Viewing 15 posts - 1,801 through 1,815 (of 9,641 total)
I can't open the package because it is encrypted.
Error2Error loading PHSTI_STORE_INFO.dtsx: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You...
January 27, 2012 at 9:52 am
earnest.williams (1/26/2012)
January 27, 2012 at 9:49 am
Subscriptions are implemented as SQL Server jobs. You can directly run the job. The jobs are named using teh GUID Of the report (this could be the subscriptionID).
That...
January 27, 2012 at 9:30 am
Can you attach the package? The error is saying you have an invalid character in the XML usually "<" or ">". Without seeing the package it's hard to...
January 27, 2012 at 9:25 am
Sounds an awful lot like this, http://social.msdn.microsoft.com/Forums/en-IE/sqldatabaseengine/thread/233da267-7d61-425e-bdce-58241a7769aa.
January 27, 2012 at 9:14 am
Doesn't seem like those statements should deadlock unless you have 2 transactions where the access path is reversed like this:
Transaction 1
UPDATE TBL_REQUESTVALUES_OBJECT_PROPERTY
SET PROPERTY_VALUE_CLASS_NAME = NULL
...
January 27, 2012 at 8:30 am
Okay, Jason don't report me. Just found this in an SP:
IF 1 = 1 -- Placeholder in case there is an actual conditional on this block
There is code in...
January 26, 2012 at 2:54 pm
SkyBox (1/26/2012)
January 26, 2012 at 12:08 pm
Evil Kraig F (1/26/2012)
January 26, 2012 at 11:46 am
SkyBox (1/26/2012)
Do you recommend setting up the DEV role and assigning the individual user accounts for developers to that role? Or assign app1, app2, linkedServer accounts to the role?
You...
January 26, 2012 at 10:41 am
Posting a query plan would be helpful as well. Here's a video on how to do that if you don't know already.
January 26, 2012 at 8:44 am
Can you provide the DDL for the Foreign Key Constraints? I'm trying to figure out why there would need to be an Exclusive lock taken on PK_TBL_REQUESTVALUES_OBJECT_PROPERTY. That...
January 26, 2012 at 8:40 am
What else is happening on each box? It sounds like there would be a lot more happening on the original server which means SQL Server may not have the...
January 26, 2012 at 8:21 am
Once you've done everything that has been suggested. You should also set the size of tempdb accordingly so it does not need to autogrow. You may find...
January 26, 2012 at 8:18 am
I think you are looking for the undocumented xp_fileexist procedure. Here's a an article[/url] on it.
In this day and age, I'd recommend looking into a PowerShell solution for it,...
January 26, 2012 at 8:12 am
Viewing 15 posts - 1,801 through 1,815 (of 9,641 total)