Viewing 15 posts - 4,846 through 4,860 (of 13,872 total)
So I am trying to set up SQL Server 2016, to migrate off 2008R2. SSIS...
December 6, 2017 at 1:42 pm
Hi Guys,
Here is the one Data from my source is erroring out.
"E:60 Pic: 20...
December 6, 2017 at 1:07 pm
Use DBCC OPENTRAN to look for open transactions.
December 6, 2017 at 10:46 am
And here's that query again, for those with standard-width screens 🙂SELECT
(
SELECT ISNULL(SUM(TOTAL_PAYMENTS), 0)
FROM Orders
WHERE
ST_ID IN (
December 5, 2017 at 12:51 pm
Not sure about the error, but this task may work better using xp_Dirtree. Here is an example:
DROP TABLE IF EXISTS #Results
CREATE TABLE #Results
(
December 5, 2017 at 12:49 pm
December 5, 2017 at 8:24 am
December 4, 2017 at 10:21 am
Can you paste the code from your script task?
December 4, 2017 at 9:54 am
Tsql-561486 - Friday, December 1, 2017 1:07 PMThank you Phil, got it worked with Option 2.
Well done! Out of interest, how...
December 1, 2017 at 1:15 pm
Got the file, but the reason I asked for a simple package was to avoid errors like this 🙂
December 1, 2017 at 11:24 am
Can you post a (simple) sample package which has this problem? I'll have a look if you do.
December 1, 2017 at 10:40 am
December 1, 2017 at 6:31 am
November 30, 2017 at 9:00 am
I'm trying to load history of TFS script deployed to database.
The output of history...
November 30, 2017 at 8:08 am
Viewing 15 posts - 4,846 through 4,860 (of 13,872 total)