Viewing 15 posts - 166 through 180 (of 267 total)
I can not add procs or any other actual object. I can add the field that I need to, naturally. And after the import I will grab the NEW Identity...
April 22, 2015 at 9:10 am
spaghettidba,
Ok same thing here. I THINK It is really close. I copied your code exactly. I changed your @sql names to what I am using.
I get the following...
April 22, 2015 at 9:05 am
SSCarpal Tunnel Trying now.
April 22, 2015 at 9:00 am
I believe I am closer sir.
I did the following outside my proc:
DECLARE @SQL1 nvarchar(4000)
SET @SQL1 = 'ALTER TABLE ' + 'Node '
+ ' ADD ' +...
April 22, 2015 at 8:59 am
It is being called from a SPROC. The call is going to a Linked Server so that wont work unfortunately .
April 22, 2015 at 8:47 am
Agreed but I can not. We are ETL'ing data from 100 + databases, servers. And I can not add anything to those (client machines). I Can add them as a...
April 22, 2015 at 8:33 am
This did not work or I don't know the context in which to use it.
I am setting the statement to a variable. then executing that variable.
Example:
April 22, 2015 at 8:29 am
🙂 So true.
Roy Ernest (5/22/2008)
I liked the way you kept your cool. I am not sure why you say that you should not try to Update the Alias?...
April 21, 2015 at 7:04 am
I can not get to article it says to many redirect loops??
April 1, 2015 at 8:03 am
OMG. Are you kidding me right now?? Now THAT is embarrassing. I can not believe I missed that.
Fixed and working, thank you so much.
(shaking head in disbelief)
March 19, 2015 at 8:37 am
Thank you for the replies. I am using the exact example from this link"
https://msdn.microsoft.com/en-us/library/ms365420%28v=sql.110%29.aspx
And the decrypted field looks like Chinese writing.
I made database called 'Encrypt'
A single table...
March 19, 2015 at 7:59 am
Honest answer, because I have not messed with encryption before and I don't know what I am doing with this, trying to figure it out. Here is the example...
March 19, 2015 at 7:17 am
Thank you, I will play with this. I have not used the OUTPUT clause yet.
January 2, 2015 at 12:19 pm
Actually the mistake was on my part and it was so completely stupid I would rather forget about it lol.
December 7, 2014 at 7:03 pm
Viewing 15 posts - 166 through 180 (of 267 total)