Viewing 15 posts - 1,171 through 1,185 (of 1,838 total)
fizzleme (12/22/2016)
a) I set up a bat file in the C root using a CD dos command to access the subfolder and a DIR command with a b...
December 22, 2016 at 2:09 pm
SQL Learner - VKG (12/22/2016)
Nice update. Does location of data center effects replication or linked server? One server is one state and other is in another state.
With a linked server...
December 22, 2016 at 1:30 pm
Is there any other column in the real source data besides this one? It's not clear how to enforce the order of data as specified from just this column.
December 22, 2016 at 1:20 pm
GilaMonster (1/11/2012)
... RAID 5 has about the worst write performance of the common RAID levels because of the need to compute and then write parity...
I had asked for tempdb on...
December 22, 2016 at 6:47 am
Certification or not, one thing is to never stop learning. Hanging out around here is a good start, I learn new things every day from the articles, editorials, stairways,...
December 22, 2016 at 6:28 am
Indianrock (12/21/2016)
name...
December 21, 2016 at 10:59 am
Indianrock (12/21/2016)
December 21, 2016 at 9:51 am
Andrew P (12/20/2016)
December 21, 2016 at 8:27 am
SQL Learner - VKG (12/21/2016)
December 21, 2016 at 7:31 am
SQLTestUser (12/20/2016)
...the new values should have the assetID incremented by 1. So something likeInsert into TableA (AssetName,AssetID,SomeID,ActiveOrNot) Value ('some', Select MAX(AssetID) + 1, 1, True)
Is there a reason...
December 21, 2016 at 6:41 am
There's certainly a lot to digest in that ER diagram. I have a couple of questions offhand, but they may just be my lack of understanding of the requirements...
December 20, 2016 at 4:18 pm
For a simple file copy, since you're using Integration Services, would it make more sense to use the File System Task rather than trying to build your own in script?
December 20, 2016 at 12:48 pm
sarwar.ali490 (12/20/2016)
December 20, 2016 at 11:49 am
Maxer (12/19/2016)
I could sign the stored procedure with a cert but...that's a PITA....
That's probably the safest option, and when you do it once, it becomes quite easy after that. ...
December 19, 2016 at 9:57 am
Jeff Moden (12/18/2016)
December 19, 2016 at 9:41 am
Viewing 15 posts - 1,171 through 1,185 (of 1,838 total)