Viewing 15 posts - 4,981 through 4,995 (of 19,564 total)
The IS lock is most likely in a wait status while the X lock is in a grant status.
Check sys.dm_tran_locks and see what is happening there. I am seeing...
March 4, 2013 at 9:39 pm
Gary Varga (3/4/2013)
March 4, 2013 at 8:21 am
Evil Kraig F (3/3/2013)
March 4, 2013 at 7:05 am
That kind of setup would not provide any real benefit as far as SSIS is concerned. You would be paying for the licenses for an additional server, just to...
March 1, 2013 at 6:51 pm
Now if they'd just get rid of the sideshow of "R2" naming...
Please please please get rid of that sideshow.:cool:
March 1, 2013 at 11:30 am
Jeff Moden (3/1/2013)
March 1, 2013 at 11:11 am
Data Retention is a business rule around specific processes that have been created for your data. How to change that retention period will depend on how the process was...
March 1, 2013 at 10:36 am
Here is an article I wrote on the topic to export the packages.
http://jasonbrimhall.info/2010/12/28/ssis-multiple-file-export/
March 1, 2013 at 9:48 am
This should do what you need. If it doesn't work, I wonder if there may be some firewall policy or server security blocking you.
gwmi win32_service -comp (gc servers.txt) |
select...
February 27, 2013 at 5:33 pm
The path is hard coded into the registry. If you need to retrieve it from a different location, it will require changing the registry for each person that will...
February 27, 2013 at 5:25 pm
Viewing 15 posts - 4,981 through 4,995 (of 19,564 total)