Viewing 15 posts - 361 through 375 (of 644 total)
Congrats buddy, enjoy the success 🙂
February 21, 2012 at 3:27 pm
Thanks for following up. The issue was resolved, we had just increased the timeout value for agents so that they don't end up with time out error.
February 21, 2012 at 9:01 am
You should not be worried about the Sleeping/Awaiting Commands session unless they are not blocking other sessions. SQL Server does it, so that it can reuse the same connection.
February 21, 2012 at 6:43 am
I am not sure if it is exactly the solution, but I think you need something like this:
CREATE TABLE #MyTestTable
(
Row INT,
Person INT
)
GO
INSERT INTO #MyTestTable VALUES (1, 101)
INSERT INTO #MyTestTable...
February 21, 2012 at 6:19 am
Didn't you perform a full backup of your databases prior to applying the service pack? You can first try to uninstall the service pack & check if you are able...
February 21, 2012 at 4:44 am
Questions asked with such limited information/clarity have very less chances to be answered/answered correctly.
February 21, 2012 at 3:45 am
jyoti.patel (2/20/2012)
February 21, 2012 at 3:35 am
vemula.narayanan (2/21/2012)
Please find the logic for the below table in sql 2005.(without using the while loops)
InputOutPut
Row Person Row Person Count
110111011
11021 1021
110311031
210121012
21022...
February 21, 2012 at 3:29 am
Performed this months ago. It works fine & the technique is quite familiar these days.
February 21, 2012 at 2:52 am
I am not sure if your problem has been resolved. However, did you try o run the DBCC CHECKDB in offline mode? OR you may restore the backup of this...
February 21, 2012 at 2:45 am
guptaanshulcse (2/21/2012)
Use Pivot table in sql
I am not sure how he is identifying the events. I don't see any column which can be used to uniquely identify a particular event...
February 21, 2012 at 2:23 am
sqlnaive (2/21/2012)
February 21, 2012 at 2:18 am
kranthi.india123 (2/20/2012)
so My drive is 1TB,so drive is full,when log shipping Will be running(logshipped databases)dis scenario can i shrink the databases(.mdf and ldf ) or move the other location???
Shrinking data...
February 21, 2012 at 2:14 am
sqlnaive (2/20/2012)
February 20, 2012 at 8:20 am
Have you run DBCC CHECKDB on it?
February 20, 2012 at 8:17 am
Viewing 15 posts - 361 through 375 (of 644 total)