Viewing 15 posts - 166 through 180 (of 355 total)
2005 to 2012 is greater than 2 major versions. Try this, 2005 to 2008 or 08R2, up the compatibility level, new bak, then restore to 2012.
Basically "90 compatibility level...
February 26, 2016 at 1:21 pm
February 26, 2016 at 1:17 pm
I didn't read all your code, sorry.
Is this helpful?
(common alternative to a cursor)
while @RowCnt <= @MaxRows
begin
...
Select @RowCnt = @RowCnt + 1
end
February 26, 2016 at 1:01 pm
Is it the alloc_unit_type_desc (LOB Data) from dm_db_index_physical_stats causing your pain?
February 26, 2016 at 12:47 pm
Sounds like a permissions issue to the destination path on the subscriber.
February 25, 2016 at 11:20 am
Extended Events = NBAN (Node by agonizing node)?
Seriously though, this is the best article I've seen. Anyone got one better? [EDIT: ...for pre-"view target data..."]
https://www.brentozar.com/archive/2015/01/query-extended-events-target-xml/[/url]
February 25, 2016 at 8:49 am
Just brainstorming here...
Based on your limitations you could try to get creative with the timelimit and delay parameters of the OLA script with the intent of slowing down your index...
February 24, 2016 at 1:00 pm
Have you tried bumping the timeout? I'd start with that and go from there.
February 24, 2016 at 12:43 pm
Could not Be Moved Because the partition to Which Belonged it!
February 24, 2016 at 12:19 pm
I usually take this route: http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/[/url]
I also usually create a local ODBC > System DSN connection, via the TNSNAMES.ora file, so that I can verify my credentials and general connectivity.
Make...
February 24, 2016 at 12:16 pm
I've used it on many servers to resolve timeouts when backing up to network storage without any negative side effects.
...and yes you would implement on your prod box.
February 24, 2016 at 11:42 am
What evidence do you have exactly?
Your user could be using impersonation to execute as another user.
February 24, 2016 at 8:22 am
The log shipping restore job is failing because,
UserInfo_1_20160222093006.trn' is too recent to apply to the secondary database
You need to restore the LOG backups that are older than UserInfo_1_20160222093006.trn. Specifically,
since...
February 23, 2016 at 4:00 pm
I thought you already did that:
Hi Jon.Morisi,
I restored the full backup
If you haven't, try just re-running the log shipping restore job and checking the logs to see what the problem...
February 23, 2016 at 3:17 pm
Viewing 15 posts - 166 through 180 (of 355 total)