Forum Replies Created

Viewing 15 posts - 31 through 45 (of 104 total)

  • RE: Embedding a variable into a parameter when calling a stored procedure

    That worked, thanks Sean 🙂

  • RE: Transfer of Logins from 2k to 2K8

    Perry Whittle (4/10/2014)


    Jake Shelton (4/10/2014)


    My question is whether I need to move the logins to a 2k5 box as an interim step before relocating again to 2008.

    No you...

  • RE: Transfer of Logins from 2k to 2K8

    george sibbald (4/9/2014)


    your question said transfer from sql2000 (2K) to sql2008 (2K8), is that correct?

    SQL IDs are logins authenticated by SQL, i.e. you enter an ID and a password, rather...

  • RE: Transfer of Logins from 2k to 2K8

    george sibbald (4/9/2014)


    I have not tried this so cannot confirm it it works. Even if it does I can say it would randomize SQL authenticated passwords, so it would be...

  • RE: Wait + looping

    kramaswamy (4/3/2014)


    Well, as I said, unless you use an ALTER DATABASE SET OFFLINE WITH ROLLBACK IMMEDIATE, the SET OFFLINE will wait until all open processes are finished executing before setting...

  • RE: Wait + looping

    Sean Lange (4/3/2014)


    If you stick with the loop you might consider that the code inside will never execute...

    Declare IntFlag (int)

    Set IntFlag = 0

    While IntFlag <> 0

    Thank you, well spotted!!...

  • RE: Wait + looping

    kramaswamy (4/3/2014)


    Could be mistaken, but I'm fairly sure that when you execute an ALTER DATABASE SET OFFLINE, it will automatically wait until all processes are finished running before it takes...

  • RE: Vertical bars not recognised in source csv

    That's what I've been trying, but no dice. I've selected the bar from the drop down, reset/refreshed the columns several times, but it still presents as a heap.

  • RE: Query slower on 2008 than 2000

    SQLRNNR (3/10/2014)


    With the improvements in the QO, the implicit conversions are likely just being revealed to you now while they 2000 didn't care so much about it. I'd find...

  • RE: Active X to C#

    Jack Corbett (3/4/2014)


    I think you can replace both scripts with the File System Task in SSIS. The first one would be a delete task and it won't...

  • RE: Need to import data from ANY .csv file in a folder....

    EricEyster (2/25/2014)


    Use the Foreach Loop Container to find all the *.csv files in the folder. Use an expression on the file connection manager to assign the actual file name. For...

  • RE: Performance troubles

    Jeff Moden (3/2/2014)


    Jake Shelton (3/2/2014)


    Thank you Sean - again, is it worth changing the table structures? Also, will we need to point the sprocs to the new indices?

    BTW -...

  • RE: Performance troubles

    Thank you Sean - again, is it worth changing the table structures? Also, will we need to point the sprocs to the new indices?

    BTW - we are porting these...

  • RE: Request for the script of indexes

    Ignore this post, wrongly located.

  • RE: Need to change variable scope in SSIS 2008

    That did not work, I installed the program but the Move/Copy function doesn't even show other packages, the only option is to change the scope within the same package elements...

Viewing 15 posts - 31 through 45 (of 104 total)