Viewing 15 posts - 316 through 330 (of 9,643 total)
You could also be experiencing the issue listed here, http://blogs.msdn.com/b/dataaccesstechnologies/archive/2012/08/20/error-while-deploying-ssis-2012-project-from-ssdt-to-ssis-catalog-system-componentmodel-win32exception-a-required-privilege-is-not-held-by-the-client.aspx
August 11, 2015 at 8:09 am
Did you check the details on the error as Jayanth suggested?
Can you navigate the catalog in SSMS?
August 11, 2015 at 8:07 am
Steve Jones - SSC Editor (8/10/2015)
Query query, sql sql, should we debate tomatoes and potatoes as well?
How about "daytah" vs. "dahtah"?
August 10, 2015 at 1:26 pm
You have the LIKE statement backwards and you need to supply the wild card like below
select distinct convicted.*
from convicted
join monitor
on convicted.defendant like monitor.name + '%'
and monitor.birthdate =...
August 10, 2015 at 9:08 am
Are there multiple SQL Servers involved in the process? If there are you will need DTC running and configured correctly on all the servers.
If your data changes (inserts/updates/deletes) are...
August 10, 2015 at 8:58 am
Have you gone to the properties of the connection manager and using the expressions set the ConnectionString property to the variable?
This blog post explains it and has images, http://kevine323.blogspot.com/2012/04/dynamic-connection-strings-in-ssis.html. ...
August 10, 2015 at 8:56 am
Does the server exist?
Can you connect to it using SSMS?
Does the server have Integration Services installed?
Do you have permissions in the catalog?
August 10, 2015 at 8:50 am
Jack Corbett (8/10/2015)
Igor_IM (8/10/2015)
August 10, 2015 at 8:47 am
Igor_IM (8/10/2015)
August 10, 2015 at 8:42 am
The OPTION has to be the last clause in the query so must be after the GROUP BY.
August 10, 2015 at 8:34 am
The company I'm at currently does team building. Each department gets a budget for one departmental outing per year, and it usually is a pretty good time. I...
August 7, 2015 at 8:16 am
I don't necessarily have everything in a utility database, but I do have a bunch of things I use regularly as snippets in SQL Prompt. Like Itzik's virtual numbers...
August 5, 2015 at 10:52 am
SQLRNNR (8/4/2015)
Steve Jones - SSC Editor (8/4/2015)
Is there value in getting the questions/knowledge that people lack in interviews published?...
August 5, 2015 at 8:37 am
Alvin Ramard (8/3/2015)
SQLRNNR (8/3/2015)
Lynn Pettis (8/3/2015)
ok, thank you very much.
I inherited these databases so I'm very...
August 3, 2015 at 11:08 am
Cadavre (7/31/2015)
Brandie Tarvin (7/30/2015)
July 31, 2015 at 9:51 am
Viewing 15 posts - 316 through 330 (of 9,643 total)