Viewing 8 posts - 1 through 8 (of 8 total)
Oh gods... um... ow.
May I recommend CLR? T-SQL and regex are not friends.
I thought as much, but I had to give it a try here before giving...
February 20, 2014 at 9:37 pm
Evil Kraig F (2/20/2014)
What chapter in which textbook are you guys working on? That'll help us know what they're trying...
February 20, 2014 at 8:15 pm
Figured it out: There was another instance of the receiver queue that I did not know about, and SQL Server was load balancing between the instances.
September 17, 2013 at 6:20 pm
I ended up solving this problem by using the below query instead. Even though access to the system views appears to be the same, my network service account does...
July 29, 2013 at 3:09 pm
Erland Sommarskog (7/16/2013)
July 18, 2013 at 5:56 pm
OK, I appear to have fixed it by telling the profiler to watch for RPC:* events. Apparently adding a parameter turns the query into a remote procedure call.
June 18, 2013 at 5:43 pm
GilaMonster (4/9/2013)
Good way to destroy a database...http://sqlinthewild.co.za/index.php/2009/06/09/deleting-the-transaction-log/
Yes, that is exactly right. In my case, this was a test database and the logfile was created in a different version of...
April 9, 2013 at 1:02 pm
I had this issue on Sql 2012 and fixed it this way:
1) Stop SQL
2) Delete the recovering database's log file
3) Start SQL
April 9, 2013 at 12:39 pm
Viewing 8 posts - 1 through 8 (of 8 total)