Viewing 15 posts - 151 through 165 (of 241 total)
Disk IO at a guess- when run out of hours it isn't as constrained as when run during working hours and has to compete with other processes for IO and...
June 6, 2016 at 11:24 am
Right click on the package and select view code. Look under DTS:ConnectionManagers at the one that works and the one that doesn't and compare the differences.
June 3, 2016 at 7:06 am
Check out the link here - https://msdn.microsoft.com/en-ca/library/dd207003(v=sql.105).aspx
You need to run the setup command with an action of REBUILDDATABASE
Once complete I would stop the SQL service and start it in single...
June 2, 2016 at 2:00 pm
Do you have recent valid backups of these databases?
June 2, 2016 at 12:55 pm
Also as you are using 2012 you could use concat to generate the string. You wouldn't have to worry about checking for null values then.
DECLARE @FRGClaims TABLE (
...
June 2, 2016 at 12:52 pm
That is the AD account for the server. I believe any Services running under the Network Service account will use this account.
June 2, 2016 at 7:59 am
I honestly have no idea. Where have you seen this term?
May 31, 2016 at 9:56 am
Are you using SQL Server Reporting Services? Going by the NVL you are using oracle or informix or similar.
May 30, 2016 at 1:07 pm
If the version number is 10.5 then it is going to be both less than 11 and greater than 10
May 30, 2016 at 6:32 am
Insert a new Row inside the group and move the fields to this row
May 27, 2016 at 9:03 am
The account that the sql service runs under needs full control to the location of the mdf / ldf files.
May 26, 2016 at 12:32 pm
You can attach an MDF file without a log file - Click remove to remove the reference to the log file and SQL will create one for you.
You need to...
May 26, 2016 at 12:10 pm
Press F4 to ensure the properties window is displayed. Highlight all the fields and then change the borders in the Properties Window - Border Color, Border Style, Border Width.
May 26, 2016 at 12:06 pm
I believe you need to be a member of the sysadmin role in order to use debugging.
May 20, 2016 at 11:27 am
Viewing 15 posts - 151 through 165 (of 241 total)