Viewing 15 posts - 61 through 75 (of 156 total)
Yes, see here:
There are also cumulative updates above and beyond SP2
"Got no time for the jibba jabba!"
-B.A. Baracus
June 2, 2008 at 11:55 am
Steve is of course correct... got into my head that you were referring to .TRN files, which is of course tran log backups, not the .ldf which is the tran...
"Got no time for the jibba jabba!"
-B.A. Baracus
June 2, 2008 at 11:53 am
Take a look at the view dbo.syslogins in the master database. This should give you what you need (at least for server roles - for database roles, look at...
"Got no time for the jibba jabba!"
-B.A. Baracus
June 2, 2008 at 9:49 am
vivekmang (6/2/2008)
Its got the line in the end where it says error = 203 -- see if you can spot anything...
"Got no time for the jibba jabba!"
-B.A. Baracus
June 2, 2008 at 9:42 am
Have you ever had any other version (or a copy of this version) of SQL Server 2005 installed on this machine? (dev, xpress, etc)
What do you see in Add/Remove...
"Got no time for the jibba jabba!"
-B.A. Baracus
June 2, 2008 at 7:37 am
The first thing to check is your recovery model. Is it set to simple?
"Got no time for the jibba jabba!"
-B.A. Baracus
June 2, 2008 at 7:15 am
I don't believe you can get around having to make the user a member of the bulkadmin fixed server role, but I could be mistaken.
There is no way to grant...
"Got no time for the jibba jabba!"
-B.A. Baracus
May 29, 2008 at 11:30 am
No problem 🙂
"Got no time for the jibba jabba!"
-B.A. Baracus
May 29, 2008 at 11:05 am
This link is useful for diagnosing the specific cause of the error:
http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx
"Got no time for the jibba jabba!"
-B.A. Baracus
May 29, 2008 at 10:59 am
ron (5/28/2008)
Has someone seen this before?
Only when a database is unavailable/offline...
"Got no time for the jibba jabba!"
-B.A. Baracus
May 29, 2008 at 10:38 am
No, you can't set AutoShrink in TempDB.
"Got no time for the jibba jabba!"
-B.A. Baracus
May 28, 2008 at 1:02 pm
You could try this link. It did work for at least one similar problem (although it mentions SP1, it's worth a shot).
http://support.microsoft.com/kb/926623/
"Got no time for the jibba jabba!"
-B.A. Baracus
May 28, 2008 at 8:47 am
Can you post the installation summary log? It should be a file named "Summary.txt" in a location similar to:
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\
"Got no time for the jibba jabba!"
-B.A. Baracus
May 28, 2008 at 8:10 am
See Books Online:http://msdn.microsoft.com/en-us/library/aa258803(SQL.80).aspx
Pages Scanned
Number of pages in the table or index.
Extents Scanned
Number of extents in the table or index.
Extent Switches
Number of times the DBCC...
"Got no time for the jibba jabba!"
-B.A. Baracus
May 28, 2008 at 7:38 am
Interesting, thanks for posting final outcome.
"Got no time for the jibba jabba!"
-B.A. Baracus
May 28, 2008 at 7:31 am
Viewing 15 posts - 61 through 75 (of 156 total)