Tagged Questions
The sysdatabases tag has no wiki summary.
1
vote
2answers
472 views
MS SQL Server 2000 - check for existing database error
I use MS SQL Server 2000 SP4 and I have this part of script, that checks for existing database:
IF EXISTS (SELECT * FROM sysdatabases WHERE name='MY_DBNAME')
BEGIN
PRINT 'Using the existing ...
0
votes
2answers
1k views
SubSonic Problem Stored Procedures
In the last two days I refactored a lot of Stored Procedures. Today I ran SubSonic and tried the application and I get this error that's driving me crazy:
Could not locate entry in sysdatabases for ...