Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 7,168 total)

  • RE: Converting Mstrix into table

    OK, good. You posted in an SSIS forum but that's fine, now we know what you need.

    I am happy to help but it's a little hard to determine from...

  • RE: job token

    If you could clarify your original post about what you are trying to do...

  • RE: 250GB file size limit

    Dynamic Disks are an easy way to expand an existing drive's size but they have some inherent overhead and create a less fault tolerant environment. I would avoid them whenever...

  • RE: job token

    The A in A-DBN is for Alerts. If you simply want the DB Name in the output of a standard job why would you need a token? :Whistling:

    You would just...

  • RE: job token

    Yes. Keep experimenting until you learn them. Tokens do work, I use them all the time.

  • RE: SSIS Package hangs when called from Windows Service

    It could be any number of things but based on what you have stated it sounds like a good place to start would be with the Oracle driver and possibly...

  • RE: Converting Mstrix into table

    Is this an SSIS question or a T-SQL question?

  • RE: Restarting the SQL Agent

    Just restarting Agent will not affect the Database Engine in and of itself. Restarting Agent can have some side-effects though that you'll want to check on beforehand. Check for jobs...

  • RE: job token

    I think you are misunderstanding. The token in the print statement will not affect the Alert email, only the output of the job step itself. If you want to send...

  • RE: Help to diagnose LCK_M_IX Query

    If it were a deadlock scenario it would be sorted by the database engine (one would be chosen as a victim and be killed) in fairly short order.

    You'll want to...

  • RE: job token

    Tokens are to be embedded within the job step command text. They are replaced at runtime with the value pointed to by the token.

    From Example A in the article I...

  • RE: Selection Of Sql Server Version

    Methew (2/3/2013)


    I read all and decided to use 2012(both for VS.Net and SQLServer)...Can you people just tell me which type like

    Enterprise,personal or Ultimate etc etc

    http://www.youtube.com/watch?v=0ZuC4MmMzcg

  • RE: Explicitly defining namespace in For XML query

    Try it like this:

    WITH XMLNAMESPACES (DEFAULT 'x-schema:D:\APPS\Customer.xdr')

  • RE: Registered Server List

    What you're asking is what Central Management Server was designed for.

  • RE: Handshake error without specifying SSPI?

    blugecko (2/5/2013)


    Hi There,

    I use a connection string as follows to connect to my SQL Server:

    Data Source=IPADDRESS;Initial Catalog=DATABASENAME;Persist Security Info=True;User ID=USER;Password=PASSWORD;Asynchronous Processing=True;MultipleActiveResultSets=True;Connection Timeout=60;

    This works for most people connecting to it, however...

Viewing 15 posts - 2,131 through 2,145 (of 7,168 total)