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
Active Directory -- What is a good procedure for managing expired AD accounts / files?
Exchange 2003 with primary and secondary email address dropping attachments to one or the other address
Unable to connect to printer in Vista/XP peer-to-peer network
Killed processes in state D - uninterruptible sleep (usually IO)
Outlook Macro to Attach File
The desktop you are trying to open is currently available only to administrators
Setting FK in SQL server management studio
SQL to VBA Syntax
Change the Current Directory to the Directory where the Excel Macro was run from
Shell status return value