Viewing 15 posts - 601 through 615 (of 956 total)
There are different types of production DBA's. Some manage databases that are internally developed, and they need to know the structures, code and have a good knowledge of performance...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 5, 2009 at 8:27 am
From what you have posted, I can only guess what your problem might be. It looks like you are doing the correct thing, but you haven't posted enough information...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 5, 2009 at 8:22 am
matsinopoulos (1/4/2009)
Hi,
I have come across this problem myself in the past, and I found the solution here:
http://www.sqljunkies.com/WebLog/ktegels/articles/SigningSQLCLRAssemblies.aspx
Generally, the assembly you are trying to deploy needs to be signed...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 4, 2009 at 9:43 am
Yes. The only exception is SQL Express which you have to download the SP2 installer binaries and this will update the installation to SP2. The Service Pack installer...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 2, 2009 at 12:47 pm
What version SQL is this for, and is it x86 or x64? I would suspect that you are getting multi-page allocations from the VAS/MTL and that you are on...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 1, 2009 at 10:01 pm
You can also query the sys.stats DMV to findout information about what statistics exist on particular tables. You can join it to the sys.stats_columns DMV to get column info.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 1, 2009 at 9:58 pm
On the SQL Server, check the status of the SQL Agent in Services.msc and see if it is stuck in the starting state. If it is, try restarting it...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 1, 2009 at 9:54 pm
I would only recommend number 1, a backup/restore of the databases post migration testing. I have used backup/restore of a full backup with norecovery, and then log backups/restores to...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
January 1, 2009 at 9:39 pm
One other thing:
Is there a specific performance issue that you are having, or are you looking to understand why the counters for the page file are what they are information...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 30, 2008 at 2:48 pm
What is the average value of the Memory: Available MB's on the server? If it is higher than 150MB then I don't think that you have a Memory bottleneck...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 30, 2008 at 2:46 pm
FNS (12/30/2008)
However, what's wrong with just...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 30, 2008 at 8:11 am
Check the package that they used to move the Packages between instances, that would be the most likely suspect. If it was a transfer objects task in BIDS then...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 29, 2008 at 9:22 pm
Dave,
First, what is your servers hardware and software configuration? I see you say it is x64, but how much memory does it have, is it a dedicated SQL server,...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 29, 2008 at 9:09 pm
Perry Whittle (12/18/2008)
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 29, 2008 at 8:51 pm
I don't know of one. The syslogin view has a column for each of the server roles that is a bit field in both 2000 and 2005, so you...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 29, 2008 at 8:40 pm
Viewing 15 posts - 601 through 615 (of 956 total)