Viewing 15 posts - 7,156 through 7,170 (of 13,876 total)
I was just about to question your 'steroids' comment, Eirikur, when I noticed it had been edited out!
April 26, 2016 at 6:26 am
vprunic (4/26/2016)
Im not an expert so, still struggling with some issues, and was hoping I could get some help
How would I be able to rename all the members that...
April 26, 2016 at 6:15 am
ramana3327 (4/25/2016)
Why it is not good option?
Storing passwords anywhere in plain text, when there is an alternative not to, is why.
April 25, 2016 at 4:23 pm
As simple as this, or more sophistication required?
IF OBJECT_ID('tempdb..#test', 'U') IS NOT NULL
DROP TABLE #test;
CREATE TABLE #test (Id INT, Value VARCHAR(20));
INSERT #test
...
April 25, 2016 at 1:36 pm
What is the scope of User::SheetName?
April 25, 2016 at 12:48 pm
So _xlnm#_FilterDatabase is the name of the first tab?
What is your connection string expression?
April 25, 2016 at 11:04 am
DuncEduardo (4/25/2016)
Having a problem getting a package to work.
This package is supposed to load multiple sheets, from a single Excel workbook, into SQL Server 2014.
I am using Visual Studio 2012...
April 25, 2016 at 10:03 am
DuncEduardo (4/25/2016)
In addition I...
April 25, 2016 at 9:27 am
Brandie Tarvin (4/25/2016)
Er/Sie hat nicht alle tasse im Shrank.
and
Du hast ein Vogel.
Roughly translated as...
April 25, 2016 at 7:46 am
DuncEduardo (4/25/2016)
When I start Visual Studio 2013 Shell (Integrated), open project and I upgrade it says Upgrade Complete, albeit with several warnings and 2 errors. Main error is "invalid connection"...
April 25, 2016 at 7:45 am
Eirikur Eiriksson (4/22/2016)
Brandie Tarvin (4/22/2016)
April 22, 2016 at 1:58 pm
If you look under All Messages, you should see something more like this:

April 22, 2016 at 1:09 pm
Jeff Shurak (4/22/2016)
Yessir, both result in the same
Does the Agent History tab give you anything at all useful?
April 22, 2016 at 1:01 pm
Eirikur Eiriksson (4/22/2016)
Phil Parkin (4/22/2016)
Must. Resist.Couldn't resist
😎
Yikes. That thread is already following a familiar pattern.
I expect two more pages of fumbling, followed by: "It's OK. This problem is resolved now."
April 22, 2016 at 12:58 pm
Viewing 15 posts - 7,156 through 7,170 (of 13,876 total)