Viewing 15 posts - 2,446 through 2,460 (of 11,678 total)
Grant Fritchey (6/27/2014)
Anyone think they can help this person? I think they really need it, and what's more, deserve it. 6.5? Please, no.
6.5 to 2000 with DTS. Ouch.
June 27, 2014 at 10:59 am
peacesells (6/26/2014)
Koen Verbeeck (6/25/2014)
In previous versions, the error...
June 26, 2014 at 2:25 pm
DECLARE @multiplicator INT = 3;
--SELECT 1 AS ID
--INTO dbo.id_log
--UNION ALL
--SELECT 2
--UNION ALL
--SELECT 3;
WITH CTE_Tally AS
(
SELECT TOP (@multiplicator) n = ROW_NUMBER() OVER (ORDER BY a.object_id)
FROMmaster.sys.columns a
CROSS JOINmaster.sys.columns b
)
SELECT ID FROM
dbo.id_log
CROSS JOIN...
June 26, 2014 at 7:34 am
Greg Edwards-268690 (6/26/2014)
Koen Verbeeck (6/26/2014)
Koen Verbeeck (6/26/2014)
Crystal ball needed!http://www.sqlservercentral.com/Forums/Topic1585731-3412-1.aspx
... and another one
http://www.sqlservercentral.com/Forums/Topic1586022-2799-1.aspx
I am doing a bunch of things.
Now I want to do another thing, and it is similar, just in...
June 26, 2014 at 6:59 am
P Jones (6/26/2014)
I reverse engineer my databases into Visio Premium...
June 26, 2014 at 4:30 am
Duplicate post.
Original query can be found here:
http://www.sqlservercentral.com/Forums/Topic1586319-391-1.aspx
June 26, 2014 at 3:44 am
Please do not crosspost. It wastes peoples time and fragments replies (like Phil Parkin).
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1586306-2799-1.aspx
June 26, 2014 at 3:38 am
You can use perhaps this piece of code:
Limit SSIS Package Execution At Any One Time
Put it in a for loop and loop until you can execute the package.
June 26, 2014 at 3:25 am
Koen Verbeeck (6/26/2014)
Crystal ball needed!http://www.sqlservercentral.com/Forums/Topic1585731-3412-1.aspx
... and another one
http://www.sqlservercentral.com/Forums/Topic1586022-2799-1.aspx
June 26, 2014 at 2:48 am
June 26, 2014 at 2:47 am
If I'm not mistaken, you can also let the cube wizard build dimensions for you.
June 26, 2014 at 2:33 am
meridius10 (6/25/2014)
June 26, 2014 at 12:27 am
Crystal ball needed!
http://www.sqlservercentral.com/Forums/Topic1585731-3412-1.aspx
June 26, 2014 at 12:22 am
Viewing 15 posts - 2,446 through 2,460 (of 11,678 total)