Forum Replies Created

Viewing 15 posts - 4,516 through 4,530 (of 7,168 total)

  • RE: How to store a sqldatareader returned from from script code to database table?

    MissyDaisy (4/12/2012)


    Your suggestion will work optimally. Unfortunately, I can't implement it as the service account does not have write permissions on Database2 tempdb and never will.

    So I...

  • RE: SQL Server 2005 Windows authetication

    sanj_love89 (4/11/2012)


    how to check weather the client and server is the part of the same domain

    For the client operating system follow this article.

    For the server, since you've posted in the...

  • RE: assigning variable to connection manager

    Now when I set up my SSIS server (And I'm a strong believer in Standalone SSIS servers)

    Agreed! SQL 2012 makes it much easier to have them too, although I have...

  • RE: assigning variable to connection manager

    DeusExDatum (4/11/2012)


    I totally agree opc.three; I guess it depends on why you need to change the Connection. If your looking at it from an infrastructure perspective, and it's to...

  • RE: Teach myself SSIS

    dwain.c (4/10/2012)


    Gotta bookmark this thread. SSIS is next on my SQL learning expedition!

    Awesome! Two outspoken anti-RBAR-advocates in one thread threatening to learn SSIS, I might fall over :hehe:

    EDIT: to...

  • RE: Abnormal SQL issue

    Brandie Tarvin (4/11/2012)


    opc.three (4/10/2012)


    Brandie Tarvin (4/10/2012)


    Also make sure the sa account doesn't own the jobs in question.

    Why would it matter if sa owned jobs?

    Because if sa is disabled, then scheduled...

  • RE: SQL Alerts

    derekr 43208 (4/11/2012)


    opc.three (4/10/2012)


    I use Policy Based Management with a WMI query (ExecuteWql).

    Thanks

    Can you explaing how that works?

    Thanks

    Derek

    Sorry, I misspoke, I use PowerShell with a WMI query, not Policy Based...

  • RE: server name after migration

    Lynn Pettis (4/11/2012)


    SQLKnowItAll (4/11/2012)


    opc.three (4/11/2012)


    sqlfriends (4/11/2012)


    ...I don't see change DNS name in the steps.

    You're unbelievable....

    LMAO You will have to work with your network admins on this one.

    Okay, who has the...

  • RE: server name after migration

    sqlfriends (4/11/2012)


    ...I don't see change DNS name in the steps.

    You're unbelievable....

  • RE: assigning variable to connection manager

    Using variables, expressions and command line parameters is overkill in a sense. For the record though, you can set the property of anything in the package directly using command line...

  • RE: SQL Server 2005 Windows authetication

    sanj_love89 (4/10/2012)


    what are the setting to avoid the authetication

    or how to allow the windows authetication

    Settings for SQL server so i can allow windows authetication and the authentication not failed

    Thanxs...

  • RE: for each loop container to loop through excel files

    Raunak Jhawar (4/11/2012)


    opc.three (4/10/2012)


    The 1TB in 30 minutes example was leveraging parallelism within SSIS. If you're using a foreach loop then you're making SSIS single-threaded. Since you have a varying...

  • RE: Teach myself SSIS

    Any chance it turns your world inside-out and gets you away from using BULK INSERT and xp_cmdshell, and instead onto using an OLE DB Destination with fast-load and the Execute...

  • RE: Teach myself SSIS

    Jeff Moden (4/10/2012)


    Heh... crud. Two decent links to how to learn it. That probably means that I'm going to have to spend some time learning about it. 😛

    Whoa,...

  • RE: server name after migration

    SQLKnowItAll (4/10/2012)


    Perry Whittle (4/10/2012)


    sqlfriends (4/9/2012)


    So, what exactly the step you do for keeping the same name?

    rename windows server, then use sp_dropserver followed by sp_addserver.

    Note you cannot rename the instance...

Viewing 15 posts - 4,516 through 4,530 (of 7,168 total)