Viewing 15 posts - 3,076 through 3,090 (of 11,678 total)
Sean Lange (5/12/2014)
Lynn Pettis (5/12/2014)
Sean Lange (5/12/2014)
Ed Wagner (5/12/2014)
Sean Lange (5/12/2014)
paul.knibbs (5/12/2014)
May 14, 2014 at 4:43 am
GilaMonster (5/14/2014)
Koen Verbeeck (5/14/2014)
This was a funny topic 😀 (especially the last replies)Sorry, am a little short on patience today.
I pretty much laughed with the "I have a working and...
May 14, 2014 at 4:43 am
Locking? Deadlock?
What do you mean with table scan?
Did you use a SELECT statement in a query?
May 14, 2014 at 4:41 am
This was a funny topic 😀 (especially the last replies)
http://www.sqlservercentral.com/Forums/Topic1570700-2799-1.aspx
May 14, 2014 at 4:32 am
The easiest solution would be to use a date table that contains the different years.
That way you won't have any gaps. Join the date table against the table with the...
May 14, 2014 at 4:29 am
Is the password for the connection manager stored in the package, or provided through package configurations?
May 14, 2014 at 4:08 am
Is this syntax valid?
Seems a bit odd to have Parameters!myParameter.value(expression).
May 14, 2014 at 3:42 am
For me it is important - especially as a consultant I need to stay on top of new technologies - but it is not everything.
I'm not going to take a...
May 14, 2014 at 3:34 am
AdityaSingh (5/14/2014)
Do one thing, deploy 2 sql task on your etl which will update the CustomLog table (which you will create) upon success...
May 14, 2014 at 3:24 am
Andy Hyslop (5/14/2014)
Hi Looks like your credentials are incorrect on the job:"Login failed for user 'sa'."
Andy
+1
When a package runs in BIDS but not in Agent it is 90% of the...
May 14, 2014 at 2:55 am
You add a row to your table with all of the columns set to NONE. Make sure it is outside the group of the detail rows.
Then set the visibility of...
May 14, 2014 at 12:20 am
You create an OLE DB connection using the Oracle OLE DB provider.
Make sure the Oracle client tools and the ODAC components are installed on the development machine.
May 14, 2014 at 12:12 am
When you run a package through a SQL Server Agent job, it uses the permissions of the Agent service account.
You either give that service account sufficient permissions on the SQL...
May 13, 2014 at 3:21 pm
Gary Varga (5/13/2014)
Do not fool yourselves into how only woefully unprepared graduate DBAs are. The same is true for developers. It's just that graduate developers generally have delusions of adequacy!!!
Not...
May 13, 2014 at 1:59 pm
Viewing 15 posts - 3,076 through 3,090 (of 11,678 total)