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
limtied access in rhel server using firewall
ORA-00904
Microsoft OLE DB Provider for SQL Server error '80040e31' Timeout expired .
Lightest fasted method of sending data back to the server
How to create modal dialog in Perl/Tk
du -sg .
How to completely remove conficker
Windows Search 4.0 XP - UNC locations not adding
to draw a image using red or green color
I need to send a comma delimited string to a stored procedure to run an in(@parameter) query