Viewing 15 posts - 286 through 300 (of 4,272 total)
Jeff Moden (5/17/2012)
Elliott Whitlow (5/15/2012)
Jeff,You gotta give 'em cred for calling back that takes some stones.
CEWII
Heh... gotta give me some credit, as well. It took some stones of...
May 17, 2012 at 11:48 am
Incorrect. Your SQL Server name is the virtual name so I don't see a problem..
In the case of a named instance the SQL Server name is the virtual name...
May 15, 2012 at 2:04 pm
MysteryJimbo (5/15/2012)
Elliott Whitlow (5/15/2012)
I brought up the new...
May 15, 2012 at 1:55 pm
I did something like this recently. It was a straight SQL 2008R2 to SQL 2008R2 move though due to a hardware replacement.
I brought up the new server with a...
May 15, 2012 at 1:25 pm
Jeff,
You gotta give 'em cred for calling back that takes some stones.
CEWII
May 15, 2012 at 8:33 am
I like not having database services running on Server 2 however its not real hard to limit the attack surface of a SQL server that you are only allowing local...
May 14, 2012 at 8:03 am
ALTER AUTHORIZATION ON DATABASE::[database name] TO [login name];
CEWII
May 12, 2012 at 2:42 pm
The last two technical interviews I had were tense only in the level of detail they wanted. But in both cases later they comment how relaxed I came accross....
May 12, 2012 at 1:59 pm
I've only had this happen when I had a component that only looked like it was in the same container. I moved them around and it resolved the issue.
CEWII
May 12, 2012 at 1:46 pm
I would use the data in an SSIS package using a ForEach Loop to perform the actions. I won't use Linked servers for this..
CEWII
May 11, 2012 at 4:20 pm
Wendy,
You paint a very confusing picture.
You created a database. Defaults of not I doubt you did anything wrong there.
I am guessing you created it as a user with sysadmin server...
May 11, 2012 at 4:15 pm
-Removed snarky comment due to what was posted while I was typing it-
CEWII
May 11, 2012 at 1:19 pm
Your question is not easily answered.
There are a number of factors such as server sizing and resource utilization that come to mind first. If your server is large enough...
May 11, 2012 at 1:09 pm
CptCrusty1 (5/11/2012)
Elliott Whitlow (5/11/2012)
Even if it were I have to say I don't think its a good idea. Just create a table in...
May 11, 2012 at 12:55 pm
Same process, you need to GET the value and then you can USE the value.
You can then likely pass the value in as a parameter to the DFT source.
CEWII
May 11, 2012 at 12:48 pm
Viewing 15 posts - 286 through 300 (of 4,272 total)