Viewing 15 posts - 76 through 90 (of 111 total)
Warning!
I was searching on the sqlagent error messages and a link brought me to this entry.
While reviewing the entry I performed a regedit and discovered that the location in the...
September 10, 2008 at 1:58 pm
All my databases are SQL_Latin1_General_CP1_CI_AS which as far as I know was the SQL Server 2000 default.
I am pretty sure that when I installed SQL Server 2005 that I took...
August 28, 2008 at 11:49 am
I get errors when I try to run the code using Standard Edition with SP2 applied.
SELECT * FROM (Select 1 as DBID,
...
August 28, 2008 at 10:58 am
I think the problem is the first quote should really say "data pages". I do not think the internal format of the log uses "pages" but rather places...
August 26, 2008 at 8:15 am
But Booksonline also contains this quote "Log files do not contain pages; they contain a series of log records."
Blame MS not the author or question as I found the same...
August 21, 2008 at 11:00 am
Apparenty you missed the following >>
... and the SQL service was taken off line and then the LDF file was deleted all data should have been committed to the MDF....
July 14, 2008 at 11:44 am
I also think the statup with the -d option is correct since you can change the name of the master database in use this way. I have had to...
July 2, 2008 at 11:07 am
I really hate marking the wrong anwser selection letter after determing the right output. My hand eye coordination wasn't that good back in the days of PE either.
-- Mark...
June 27, 2008 at 10:55 am
Even though I did not let the wording fool me on this one I agree that it is a very poor question. As identified once the fun# table is...
June 6, 2008 at 11:00 am
You would have to run sp_resolve_logins for each and every database which would mean you would have to dump the sys.logins table for each and every database. That is...
June 4, 2008 at 8:15 am
Same issue on both SQL Server 2000 and 2005: syntax errors. The copy is jumbling the code and I was careful in separating it but no luck.
update -- I...
June 3, 2008 at 11:49 am
According to my books online
System and Sample Databases
mdf Mastlog.ldf model Model.mdf Modellog.ldf msdb Msdbdata.mdf Msdblog.ldf tempdb Tempdb.mdf Templog.ldf The system databases are master, model, msdb, and tempdb. Note: The default...
May 8, 2008 at 8:24 am
I already had object bumped up so I tried column to 75 and still no luck, but when I bumped everything to 75 it worked. Looking at the results...
May 6, 2008 at 2:14 pm
Grasshopper, your version worked fine on my SQL Server 2000 system when I tested it but still failed on my SQL Server 2005 version with truncation errors.
Any ideas of what...
May 6, 2008 at 10:44 am
Viewing 15 posts - 76 through 90 (of 111 total)