Viewing 15 posts - 286 through 300 (of 497 total)
GilaMonster (1/31/2014)
Ryan George (1/31/2014)
Be a Professional, Man..!!
Good idea. Maybe take your own advice? Would you tell someone that you've never met and that you asked for free advice from to...
January 31, 2014 at 2:09 am
Yes, there would be a SQL Agent job for it. You only need to generate a new snapshot if you need to reinitialise a subscription, e.g. because a new article...
January 30, 2014 at 9:36 am
MarvinTheAndriod (1/30/2014)
Should I reintialise again. Is it worth starting the snapshot...
January 30, 2014 at 8:59 am
Hmm, just to come back on this. I tested both solutions after running DBCC DROPCLEANBUFFERS and DBCC FREEPROCCACHE each time (I'm using a test instance obviously!) and i got the...
January 30, 2014 at 8:00 am
Thanks Jeff and I totally agree with you about doing this the proper way using DATETIME data type which is what I prefaced my first reply to the OP with.
January 30, 2014 at 7:35 am
Andrew Notarian (1/30/2014)
...Yikes. It sounds like a nice idea but must take a lot of work.
It does. 🙂
Edit: changed 'is' to 'does'
January 30, 2014 at 7:19 am
I don't disagree with you in general and that's the way I've worked in the past. I think it is a situation peculiar to my current place of work where...
January 30, 2014 at 6:52 am
Andrew Notarian (1/30/2014)
January 30, 2014 at 5:52 am
Andrew Notarian (1/29/2014)
January 30, 2014 at 2:25 am
sneumersky (1/29/2014)
Unfortunately, I have not really bothered with it. I usually automate my Tabular Model Processing using XMLA called via a SQL Server Agent job or by using AMO.
Sure, that's...
January 30, 2014 at 2:11 am
Jeff Moden (1/29/2014)
Too bad because I finally learned how to copy'n'paste my SARGable solution correctly. :blush:
Could you post your solution anyway Jeff?
Regards
Lempster
January 29, 2014 at 10:01 am
Just a thought and obviously you wouldn't do this in Production, but you might have taken a backup and restored to a Test/Dev database:
what happens if you delete row 715...
January 29, 2014 at 9:52 am
MarvinTheAndriod (1/28/2014)
The publications were reporting errors in Server A
What errors were reported?
January 29, 2014 at 3:32 am
Unless you can narrow your trace down to a specific user login and you are only going to run the Profiler trace for a short period of time, I suggest...
January 29, 2014 at 3:05 am
As the first reply states, it would be easier to this using date or datetime data types, but assuming that you are locked in to using the varchar data type,...
January 28, 2014 at 8:43 am
Viewing 15 posts - 286 through 300 (of 497 total)