Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Invalid object name

    Geez, I should have known that!

    It's the difference between

    select * into test2 from test -- inserts into a new table

    insert into test2 select * from test -- inserts...

  • RE: Converting "not in" to "not exists"

    I see my problem. I had two tables in my subquery instead of one. That syntax is certainly confusing. Thank you gentlemen for your kind assistance. ...

  • RE: Cannot access full database

    Gail,

    Thanks for the help! Bouncing the SQL Server was enough to make the database operational.

    One of the error messages from SQL Server mentioned insufficient disk space. To...

  • RE: Cannot access full database

    Here are my error messages interspersed with the SQL that caused them.

    -- try just to use the database

    use cfs_vehicle_backups

    Msg 945, Level 14, State 2, Server CFSDB02, Line 3

    Database...

  • RE: Query to determine if SQL Agent is up?

    Thanks! Your answer is just what I needed! 🙂

Viewing 5 posts - 1 through 6 (of 6 total)