Viewing 15 posts - 5,566 through 5,580 (of 11,678 total)
Brandie Tarvin (7/12/2013)
Koen Verbeeck (7/12/2013)
Is there a difference in the US between passport and ID?
Yes, there is. Passport allows us to cross borders with other countries. ID could be anything...
July 12, 2013 at 6:40 am
Sean Lange (7/11/2013)
July 12, 2013 at 6:23 am
Does this work?
SELECT
CON.AccountIdName,
CON.FirstName,
CON.LastName,
STC.Value
FROM dbo.Contact CON
LEFT OUTER JOIN StringMap STC
ON STC.attributename = 'new_coveragetype'...
July 12, 2013 at 6:13 am
Developer. (doesn't really matter for functionality, but developer tends to be a tad cheaper)
July 12, 2013 at 5:28 am
You can create only one config file that stores for example the servername and the database. And you can pass this config file along when calling the child packages...
July 12, 2013 at 5:25 am
Windows 7 has no problem with SQL Server or SSIS. My previous laptop had Windows 7 and I made a whole bunch of packages without an issue.
You need to run...
July 12, 2013 at 5:11 am
You don't need SQL Server itself installed on your pc to develop SSIS packages.
However, the error itself states the solution:
To install Integration Services, run SQL Server Setup and select Integration...
July 12, 2013 at 2:58 am
Stuart Davies (7/12/2013)
What have you checked so far?Have you had a chat with your Network admins?
Where is the error coming from?
I think the error is coming from a job interview...
July 12, 2013 at 2:07 am
Did you put an expression on the Execute Package Task?
July 12, 2013 at 1:36 am
There can apparently be a lot of reasons for this error. Does the report work in BIDS?
July 12, 2013 at 1:31 am
subbareddyap (7/12/2013)
Hi All,It's more than 2lakhs data.
Sorry, i hope its missed out.
Thanks in advance,
Subhash.
You can export this to CSV, but not to Excel.
What is the purpose of this export? If...
July 12, 2013 at 12:25 am
I think this is nearly impossible using TSQL only as there's no way of knowing if a space means the start of the last name, or if it is a...
July 11, 2013 at 3:13 pm
Something like
WHERE myDateField <= DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE())+1,0)) -- last day of current month
AND myDateField =>...
July 11, 2013 at 3:11 pm
Viewing 15 posts - 5,566 through 5,580 (of 11,678 total)