Microsoft
Software
Hardware
Network
Question : Need help with some SQL
Hello, I am trying to create a varchar type and then to set the value. This is not working for me. Does anyone know what the problem is ? Please help?
DECLARE @Coyles as VARCHAR(10)
SET @Coyles ="Bob"
Answer : Need help with some SQL
DECLARE @Coyles as VARCHAR(10)
SET @Coyles ='Bob'
single qoute
Random Solutions
Batch to map drive for users at logon per users needs.
use heirarchical relation for analytical reporting
dbms_jobs
Windows Scripting - Regwrite
How to build small upload script from scratch with progress upload?
shell scripting help
Need simple WAN sollution to connect two small serverless networks.
Can't Open Folder; Access Denied
How to combine VLOOKUP with SUMPRODUCT/SUMIF?
VPN access to a non-PDC W2K3 Server