Viewing 15 posts - 256 through 270 (of 497 total)
leon.booij (2/19/2014)
You can use SQL profiler for that
Yes, you could, but if we're talking about a Production system then I would not advise running a Profiler trace because it's going...
February 19, 2014 at 4:01 am
Pretty much the same way. Check out this link:
http://technet.microsoft.com/en-us/library/ms189852(v=sql.105).aspx
Regards
Lempster
February 19, 2014 at 3:37 am
You could try adjusting the values for DefaultBUfferMaxRows, DefaultBufferSize and EngineThreads, but it's something of a black art....I've found, anyway. Also, minimise the number of 'blocking' tasks in your package...
February 18, 2014 at 8:27 am
herladygeekedness (2/17/2014)
February 18, 2014 at 8:15 am
Yes. for example, if a row is updated on the source and then later that same row is deleted on the source, that order of transactions will be preserved when...
February 18, 2014 at 7:42 am
schleep (2/18/2014)
February 18, 2014 at 6:40 am
Thanls all. I think using a placeholder makes sense so that's what I'll do. Very much agree about setting user expectations!
Regards
Lempster
February 18, 2014 at 5:45 am
As soon as the new Mirror (former Principal) is back online, the mirroring session will resume and the Mirror will be in a Synchronizing state. All the transactions that are...
February 18, 2014 at 5:23 am
Something to be aware of (which has always prevented me from using FILESTREAM) is that a database cannot be mirrored if it contains a FILESTREAM filegroup. There are a number...
February 18, 2014 at 4:47 am
If you only want a short delay between data being inserted into one database and appearing in the other, snapshot replication won't work for you. (Well, depending on exactly what...
February 18, 2014 at 4:16 am
For this particular implementation, i can't think of a scenario where a column purely used to handle a type 2 SCD for a particular attribute would be referenced by a...
February 17, 2014 at 6:07 am
sneumersky (2/12/2014)
SQL Server 2008 Anaysis Services Unleashed is written by the original folks from Panorama, the company purchased by MS that created the SSAS engine.
Off-topic, but I didn't know...
February 14, 2014 at 4:30 am
sneumersky (2/12/2014)
.... but also try to talk to the source system DBAs .....
If only there were some (or even one!). 😉
I agree with your sentiment though.
February 14, 2014 at 4:25 am
Just change your expression to [InvalidAreaCode]== "Invalid Area Code" || ISNULL([InvalidAreaCode])
Regards
Lempster
February 14, 2014 at 4:21 am
Viewing 15 posts - 256 through 270 (of 497 total)