Forum Replies Created

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

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: job token

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Converting Mstrix into table

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Explicitly defining namespace in For XML query

    Try it like this:

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Registered Server List

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • 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...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: job token

    Without more detailed information about what you are trying to do and what you have tried so far all I can do is refer you to Books Online:

    Using Tokens in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Login error from client computer

    Just a heads up, I just noticed you're using DBNETLIB which is a deprecated driver in SQL 2008 and to my knowledge is no longer supported being supported in SQL...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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