Viewing 15 posts - 181 through 195 (of 220 total)
GilaMonster (1/22/2013)
bugg (1/22/2013)
Any insight into dealing with deadlocks would be greatly appreciated.In general:
Optimise the queries. If that doesn't fix the problem use one of the row versioning-based isolation levels
Thanks Gila,...
January 22, 2013 at 9:04 am
anthony.green (1/22/2013)
If so can you post the deadlock graph from the error log
If not run
DBCC TRACEON (1222, -1)
and then post the graphs once a deadlock...
January 22, 2013 at 9:02 am
I had to create a login for the windows admin user in SQL with permissions to the MSDB
December 20, 2012 at 8:39 am
Yes SQL Server Integration Services is running, how do i check what port its running on? after some googling it seems it can only run on port 135?
December 20, 2012 at 7:18 am
opc.three (12/13/2012)
December 14, 2012 at 6:21 am
I think it should be fine, i get the data from a MySql database belonging to an external supplier. We have only allowed the connection from their IP so shouldn't...
December 13, 2012 at 2:03 am
ESAT ERKEC (12/5/2012)
for windows 2008...
December 5, 2012 at 2:06 am
Anyone have any suggestions? What other things I may check to see what the bottleneck is?
Thanks
December 4, 2012 at 2:18 pm
Don't think you can create a trigger on a temp table:
see this post
December 4, 2012 at 6:45 am
Minnu (12/4/2012)
i have created a stored procedure with a "table variable" in it,
inserted some records into table variable based on some conditions.
and my requirement is :
i have another...
December 4, 2012 at 6:12 am
Okay I've done a bit of digging and its more than likely the mirrored db that is causing the high I/O disk activity. Below are the stats ive collected
Info gathered...
December 4, 2012 at 5:56 am
Want a cool sig (11/29/2012)
bugg (11/29/2012)
I have created an SSIS package that grabs data from an external suppliers mySQL database and then imports into our database.
To get this to...
November 29, 2012 at 7:30 am
Awesome responses guys thank you so much, this site rocks 🙂
I've been flat out doing queries and other schema changes and haven't had a chance to run dbcc checkdb yet...
November 20, 2012 at 11:45 am
Joie Andrew (11/18/2012)
November 18, 2012 at 6:46 am
Viewing 15 posts - 181 through 195 (of 220 total)