Viewing 15 posts - 8,356 through 8,370 (of 39,771 total)
Gary Varga (3/17/2016)
Jeff Moden (3/16/2016)
March 17, 2016 at 10:52 am
Correct, you need a BLOCK predicate to stop writes.
Sorry for the typo, I'll correct things.
March 17, 2016 at 10:30 am
RobertMcClean (3/17/2016)
As someone whose job involves using linux, mysql, windows,...
March 17, 2016 at 10:29 am
Both.
Disable SQL auth if you can.
Change sa regularly. Just in case someone "re-enables" the account/athentication method. I've seen people change the password for a consultant, disable the auth, then forget...
March 17, 2016 at 10:03 am
I tend to do what Hugo has suggested. Use a CASE to only return values when some criteria is met, then sum those.
March 17, 2016 at 9:57 am
Well, I've spent all day, and a good portion of yesterday, in VSTS and TFVC online, trying to get database code to automatically build and release.
Good news, it's building.
Bad...
March 16, 2016 at 4:11 pm
Vote count. You need lots of them, but they do matter. There are some Connect items on split_string(), but you may be able to influence how it evolves.
March 16, 2016 at 3:24 pm
Log shipping works by taking a log backup, copying to the secondary, and applying it as a restore (with norecovery/standby). These restores occur at discrete intervals (every 5 minutes, every...
March 16, 2016 at 1:03 pm
I was going to note this. If you want transactional replication (for example), then you can move over data regularly, with minimal delays, but have different indexes on the subscriber,...
March 16, 2016 at 10:48 am
There are a few more: http://www.sqlservercentral.com/articles/powershell/130717/
http://www.sqlservercentral.com/articles/Excel/64838/
Really you need a driver, which can be some scheduler. SQL Agent, Windows Scheduler, etc.
Then you need automation. There are numerous ways, but if you...
March 16, 2016 at 9:38 am
Iwas Bornready (3/16/2016)
March 16, 2016 at 9:36 am
Gary Varga (3/16/2016)
March 16, 2016 at 9:35 am
Wayne West (3/16/2016)
Here's the thing: any code that we...
March 16, 2016 at 9:34 am
GilaMonster (3/16/2016)
Add the indexes to the primary and keep a 'revert index changes.sql' around for when the vendor wants to make an update.
+1. I've done this.
I will send suggestions to...
March 16, 2016 at 9:05 am
This is kind of a really open ended question. I think if you have specifics, like JSON <-> SQL Server, it's easier.
The API from third parties dictate what you need...
March 15, 2016 at 4:22 pm
Viewing 15 posts - 8,356 through 8,370 (of 39,771 total)