Viewing 15 posts - 7,426 through 7,440 (of 13,882 total)
Brandie Tarvin (3/14/2016)
Steven.Grzybowski (3/14/2016)
Brandie Tarvin (3/14/2016)
Eirikur Eiriksson (3/12/2016)
Brandie Tarvin (3/11/2016)
Still not sure if I like Data Tools or not. It seems very sensitive to every little click...
March 14, 2016 at 9:09 am
Brandie Tarvin (3/14/2016)
March 14, 2016 at 7:04 am
I'm no expert, but that does sound like it might be Kerberos related.
March 12, 2016 at 4:19 pm
Perhaps you could do the INSERT followed by
DECLARE @RwCount INT = @@ROWCOUNT
IF @RwCount = 0
BEGIN
--Insert here
END
March 11, 2016 at 8:18 am
danghita74 (3/10/2016)
I thought would be something like this.. unfortunately I do not have enough experience with scripting inside SSIS. And I'm a VB guy, not C# (nobody's perfect,...
March 11, 2016 at 6:21 am
2. I agree with Phil that dbo.SnapShot is probably indeed a table, but it could also be an indexed view. Not likely, but if you fail to find dbo.SnapShot in...
March 10, 2016 at 1:13 pm
abelwingnut (3/10/2016)
Thanks for the advice and the welcome.
I was confusing in my post. That DECLARE/INSERT statement I posted constitutes a portion of the whole query. Following that snippet of code...
March 10, 2016 at 11:03 am
Hello and welcome to the forum.
Presumably you are doing this all in a dataflow task?
I see no reason whatsoever for the table variable. I suggest that you change the data...
March 10, 2016 at 9:21 am
Hi Andy
Thanks for the article – I think I missed it the first time round.
I wonder whether you have any intention of talking about how to set up scripted deployments...
March 10, 2016 at 9:13 am
avadeshuwaran (3/9/2016)
My name is Avadesh, and I'm new to this forum. Nice to be here!
I have this SQL agent job that runs on a daily basis that calls & execute...
March 10, 2016 at 6:47 am
scohn 53313 (3/10/2016)
I have a small confession, I’m not a programmer, I’m a DBA. I’ve lived happy 48 years without knowing about the existence of GAC and...
March 10, 2016 at 6:43 am
danghita74 (3/9/2016)
I'm using an ODBC driver to access a proprietary file type database (having multiple files). So I have multiple managed ODBC connections defined, each using a DSN to...
March 10, 2016 at 6:41 am
ravi@sql (3/10/2016)
I have huge table of 70 million records and 300 columns, and it is partitioned based on Monthkey column.And it is having clustered index as well .
Am...
March 10, 2016 at 6:25 am
TheSQLGuru (3/9/2016)
March 9, 2016 at 6:33 am
ganapathy.arvindan (3/9/2016)
March 9, 2016 at 6:01 am
Viewing 15 posts - 7,426 through 7,440 (of 13,882 total)