Viewing 15 posts - 31 through 45 (of 207 total)
What has happened (and I don't yet fully understand why but will discuss with our dev team) is that for example, we have an ID field on a table with...
October 17, 2016 at 3:56 pm
Hi Jeff
It is because we have a situation where some tables appear to have id values less than the current identity value which will get auto generated on next insert....
October 17, 2016 at 7:05 am
could you not just do backup and restore ? Are they the same version of sql server ? If not, have you tested ?
May 3, 2016 at 8:50 am
Thanks Grant - I suspected as much !!!
April 28, 2016 at 10:14 am
Hi Grant
The settings for both servers are the same in regards
MAX DOP =0
COST THRESHOLD = 5
The faster box (2008r2) has 20Gb capped sql server memory and 24 CPU's
The slower sql2012...
April 15, 2016 at 8:17 am
That is fantastic - that has done exactly what I needed. I was so close with my own effort as well, but it looks like I got the syntax mixed...
March 10, 2016 at 5:05 am
Thanks Gail. I think I was getting confused with upgrading a sql2000 to sql 2012 which can't happen
More coffee needed !!!:-)
January 29, 2016 at 3:26 am
So I have altered the metadata to match the SSIS package datatype which is DT_STR. (ive altered the table column in sql server to type of varchar which should match...
January 21, 2016 at 10:35 am
I'm not really sure what I need to do to do that - shouldn't the package work now that I have converted the data type within the stored proc ?...
January 21, 2016 at 9:41 am
Phil
We made a change in the stored procedure which the package call and it now does a cast to the non unicode datatype (varchar) and this package is using the...
January 21, 2016 at 7:41 am
Thanks Gail - I wasn't sure if the log shipping backup job would break and I'd have to therefore recreate each backup job again.
Thanks for clearing that up.
🙂
January 19, 2016 at 9:10 am
curious_sqldba (1/19/2016)
What is your question?
Will we need to recreate the 15 minute log shipping backup job for every database on the server or will it just continue to take a...
January 19, 2016 at 9:08 am
For TempDB, I'll often put them on the same drive if I'm short of independent drives, if for nothing else than to keep the TempDB load separate from the user...
January 18, 2016 at 7:43 am
ok thanks everyone - They tell me the data type hasn't changed, so im going to try and get the data type from the sql server base table changed from...
January 14, 2016 at 10:21 am
Viewing 15 posts - 31 through 45 (of 207 total)