Viewing 15 posts - 1,456 through 1,470 (of 2,904 total)
Nope. There are several interconnected tables and the 3rd-party app deletes from several of the tables and 'cleans' up data in other tables based on what it deletes from the...
November 28, 2005 at 11:26 am
You were probably logged in as yourself and not SA. That means the procedure became YOURS. This is a prime example of why system stored procedures shouldn't be changed. ...
November 28, 2005 at 10:56 am
Another downside of Lumgent's Log Explorer is that it has to be loaded and running prior to when you need to use it. It's not able to read log files...
November 28, 2005 at 7:15 am
Are you sure it's the same backup file being restored? It really sounds like you restored a log on one server, but a differential on another.
Could a backup have been...
November 28, 2005 at 7:14 am
Have you tried RESTORE DATABASE command, vice RESTORE LOG just to see if it works?
-SQLBill
November 18, 2005 at 4:16 pm
Nope. To restore with a transaction log, you have to have a FULL backup. The transaction log backup only applies to the full backup done prior to the...
November 18, 2005 at 12:33 pm
Did the log backup get overwritten by a differential backup? BTW-Differential Backup is Microsoft SQL Server's term for an incremental backup. What you are doing is restoring a Transactional...
November 18, 2005 at 12:28 pm
Wow David, 12 GB and you have to kick off the users to do a backup? My major database is currently 248 GB (yes that is 2 hundred and...
November 18, 2005 at 12:25 pm
In the BOL, use the Index tab, enter Local Temporary Tables. The right pane will display CREATE TABLE. Scroll down to TEMPORARY TABLES section. A local temporary table is...
November 18, 2005 at 12:22 pm
Start with the BOL...it's free and it's the Official SQL Server Help file...
BOL=Books OnLine=Microsoft SQL Server's HELP
Installed as part of the Client Tools
Found at Start>Programs>Microsoft SQL Server>Books OnLine
or online at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/startsql/portal_7ap1.asp
-SQLBill
November 18, 2005 at 12:14 pm
It could be someone mapping a drive on their computer to your SQL Server. When one of my remote users tried to connect to my SQL Server, I saw...
November 17, 2005 at 2:07 pm
If you delete BUILTIN/Administatrator login and the app failed, then that is an indication that the application uses Windows Authentication and is using a login that has local (or network)...
November 17, 2005 at 10:45 am
You can't connect from the client machine which is Windows XP, correct? If so, did you recently apply XP service pack 2? That service pack turns on the Microsoft...
November 10, 2005 at 11:25 am
What datatype is FirstName column? Is it CHAR?
-SQLBill
November 9, 2005 at 12:43 pm
Viewing 15 posts - 1,456 through 1,470 (of 2,904 total)