Viewing 15 posts - 181 through 195 (of 323 total)
Follow up to my above post, here's my code
Create Table
CREATE TABLE TestPartition15m(
[Id] [BIGINT] NOT NULL,
[DateCreated] [DATETIME2](3) NOT NULL,
[Amount] [INT] NOT NULL,
[SupplierId] [INT] NOT NULL,
[PartitionId] AS (CONVERT([TINYINT],ABS(DATEDIFF(DAY,CONVERT([DATE],'20000101',(112)),[DateCreated])%(14))+(1),(0))) PERSISTED NOT NULL,
...
July 21, 2014 at 10:44 am
How are you observing data mismatch?
qh
July 21, 2014 at 5:06 am
Joy Smith San (7/18/2014)
Just one more thing. Any sample WBS template for this acitvity ?Thanks.
Hi Joy
A quick google search brings up plenty of samples (Office/Excel templates) that you can tweak...
July 18, 2014 at 2:12 am
Eirikur Eiriksson (6/12/2014)
Eric M Russell (6/12/2014)
July 17, 2014 at 9:30 am
Don't forget any deprecated features or code. (And any DTS packages!)
There is a Technical Upgrade to SQL 2008 R2 ref guide here.
Edit: since you going P2V, you may want...
July 17, 2014 at 7:51 am
In my travels as a contractor/freelance DBA I have lost count of the times I have tried to explain to a SAN/Storage admin that databases GROW, some faster than others...
July 16, 2014 at 10:12 am
Going to this also (Friday & Saturday), so looking forward to meeting fellow DBAs and learning a bunch of stuff.
Be nice to meet Steve Jones, (and say thanks for publishing...
July 14, 2014 at 8:33 am
BobMcC (7/3/2014)
July 14, 2014 at 4:44 am
Beatrix Kiddo (7/10/2014)
The same user has thanked me as a man too :-D. It's just nice when people say thank you.
Indeed, no offense intended.
qh
July 10, 2014 at 5:50 am
Chowdary's (7/10/2014)
Thank you Mr.Gail Shaw...
😀
qh
July 10, 2014 at 5:20 am
MysteryJimbo (7/10/2014)
If only it was that simple. What about registering the publisher at the distributor? Enabling replication on the new publisher? Simply restoring with keep_replication will not...
July 10, 2014 at 3:02 am
Joy Smith San (7/8/2014)
Thanks.Do you have any such sample powershell script by any chance ?
Kindly share if you have any handy.
If you do a simple google search Joy, I...
July 9, 2014 at 4:01 am
+1 for Upgrade Advisor. You have not really specified any details as towards your existing servers, eg - are they OLTP? Or OLAP? How often are they going...
July 8, 2014 at 7:21 am
Caveat: I have never used the above site, but looking at the project offers it would seem that is what the OP is requiring.
qh
July 8, 2014 at 5:29 am
Viewing 15 posts - 181 through 195 (of 323 total)