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
How to configure HSRP load balance
what is the readon for "ORA-12560 TNS PROTOCOL ADAPTOR ERROR" ?
Novell migration
Creating a vbscript for registry key - IRPStackSize
SQL0952N
Unable to Save files in my C drive
Redistributing RIP into OSPF non-contiguous subnets.
Out of Office Assistant not working w/Forwarding Configured
A Perl Date module problem
linux router with iptables script