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
ColdFusion/SQL Procedure Undefined Variable Problem
WPAD setting for local webcams
NPS Accounting Report for VPN Connections
Wyse thin client and Citrix display/graphic lag
I need to stop, then re-start, a thread in a web service using IIS
Network connections and startup speed on new computer
Gigabit motherboard but only running 100 Mbps on LAN
Windows Routing Table Configuration
Mouseover on div.a changes layout of div.b (pure CSS)
How do I get back into my user profile?