Viewing 15 posts - 1 through 15 (of 20 total)
Thanks for the prompt assistance everyone.
The SQL from Luke L suits my purpose, although the behaviour detailed in the thread pointed to by SQL Junkie is worth noting. For the...
May 15, 2006 at 4:23 am
You aren't the first to have fun with this, have a look at some of the responses in:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=258150#bm258223
and see if any of those responses help.
Steve.
March 8, 2006 at 2:54 am
If you want to update an SQL source the best way is to drop it first and then re-insert it. The easiest way to do this is to include the...
March 6, 2006 at 7:55 am
In BOL have a look at the entry for 'Pivot table' - it creates a cross-tab report displaying the data horizontaly instead of the normal vertical format.
Steve.
February 14, 2006 at 8:08 am
Another possibility is that you have other software attempting to access that database still running. Ensure there is nothing else running that may be attempting to connect to that database.
If...
February 14, 2006 at 8:00 am
Thanks for the reply Jo, but I've had to take a different approach to solve this. I managed to find someone who has had the same problem and apparently SPs...
December 12, 2005 at 5:47 am
This problem appears regularly and so there are a number of postings about it here and elsewhere.
If I recall correctly I used the solution from http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=225048.
Another posting is
November 28, 2005 at 5:19 am
I've had similair problems in the past and if I recall correctly used 'sp_attach_single_file_db' via OSQL.
Regards,
Steve.
November 23, 2005 at 3:51 am
Whoever is responsible for monitoring the database and controlling the backups will certainly need to know as there will now be a requirement for Log backups, and the Log File...
November 8, 2005 at 3:57 am
So is this still correct:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/howtosql/ht_7_backpc_61x5.asp
In this example MS show how to restore the Master database, and have 'Use Master' as the first command. However, it is the Master database...
August 23, 2005 at 10:44 am
At a recent TechEd conference Microsoft detailed a free conversion utility they have for converting Oracle databases to SQL Server 2005. Unfortunately that is about as much as know but...
July 13, 2005 at 1:51 am
We do appear to be getting more of this type of boasting QOD recently and I think it is somewhat peurile.
QOD can be a very useful exercise and has certainly taught...
July 4, 2005 at 3:37 am
Oh it will crawl, of this I'm sure. However, it's to replace a report our users currently have posted to them so I'm hoping I can at least improve on that!...
July 4, 2005 at 3:13 am
If I recall correctly the error log stated it couldn't recover the master db and it was set to suspect, and that was pretty much it.
After the thirs time this...
June 17, 2005 at 9:30 am
Does the SQL Log File give any clues as to why the database is now Suspect?
We've had databases set as suspect when a corruption in the Db's Log File has...
June 8, 2005 at 2:57 am
Viewing 15 posts - 1 through 15 (of 20 total)