Microsoft
Software
Hardware
Network
Question : Error on DROP DATABASE @DBName
The follwing is giving me an error -
Declare @DBName as varChar(200)
Set @DBName = 'somedatabase'
IF EXISTS(SELECT name FROM sys.databases WHERE name = @DBName)
DROP DATABASE @DBName
GO
It does not like the line
DROP DATABASE @DBName
Answer : Error on DROP DATABASE @DBName
EXEC('DROP DATABASE ' + @DBName)
Random Solutions
Look for a device powershell script
Dead harddrive - clicking sound
Fake Antivirus program prevents any application from being launched
Citrix web interface error 31203
Mapping drives over a site to site VPN
Google Apps Gmail and legacy MS Exchange (SBS) 2003 Synchronisation
Exporting X509 published certificate information
P2V Fails using VMware COnverter standalone client
Where can I find corflags.exe?
Drupal Frontpage - Views through PHP