Viewing 15 posts - 121 through 135 (of 323 total)
I take it the user you specify does have permissions? (sorry I know thats a simple response)
August 25, 2010 at 9:10 am
I run this activex script within a sql job (as the step before the backups) on a SQL 2000 box. Haven't tested on 2005 or 2008. You'll have to stick...
August 24, 2010 at 11:03 am
Actually - on the MS site for licensing FAQ -
Q. What is SQL Server 2008 Developer edition and how is it licensed?
A. SQL Server 2008 Developer edition is SQL...
August 24, 2010 at 10:59 am
I'll pass them the question! Thanks for the info :hehe:
August 24, 2010 at 10:04 am
Would I need 1 dev license for every developer accessing a Developer Edition server?
Also - does a SQL 2008 enterprise license cover you for Standard edition if you decide you...
August 24, 2010 at 9:24 am
Try .BAK rather than .bak. I had a similar weirdness based on that case. If this doesn't work, let me know as I have an activex script that I use...
August 24, 2010 at 9:23 am
If you literally meant deadlocks - thats a whole different story (monitor the locking).
If you meant freezing up - You may want to set a min server memory as well...
August 24, 2010 at 9:20 am
In that case a cursor wouldn't kill performance much as you are only using it to move through a handful of "divisions". Its when people use it to plough through...
August 24, 2010 at 9:10 am
sp_who2 - make a note of your process id
sp_lock x (x = process id)
This brings back a list of locks. Check the obj id's against sysobjects
There is probably a...
July 9, 2010 at 2:29 am
Before -
System cache required for windows process. Eats into SQL server Target memory (total memory follows with it) until SQL server has no memory left and the processes and queries...
July 9, 2010 at 2:11 am
Minaz Amin (7/8/2010)
On...
July 9, 2010 at 2:03 am
If you are referring to the tempdb tip above, I personally have never explicitly set each tempdb data file to a CPU. Its just matching the numbers by creating 1...
July 8, 2010 at 8:46 am
We was getting that error - yep! I haven't checked for the error again, but monitoring the behaviour in perfmon. Will keep an eye on it.
July 8, 2010 at 8:19 am
Oh god I have the same issues with the hardware guys claiming a SAN doesn't need a data/log split because its a fast SAN. Why is it so hard to...
July 8, 2010 at 5:21 am
Viewing 15 posts - 121 through 135 (of 323 total)