Viewing 15 posts - 2,131 through 2,145 (of 7,168 total)
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...
February 5, 2013 at 9:47 am
If you could clarify your original post about what you are trying to do...
February 5, 2013 at 9:42 am
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...
February 5, 2013 at 7:56 am
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...
February 5, 2013 at 7:50 am
Yes. Keep experimenting until you learn them. Tokens do work, I use them all the time.
February 5, 2013 at 7:19 am
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...
February 5, 2013 at 7:16 am
Is this an SSIS question or a T-SQL question?
February 5, 2013 at 7:09 am
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...
February 5, 2013 at 7:08 am
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...
February 5, 2013 at 7:02 am
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...
February 5, 2013 at 7:00 am
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...
February 5, 2013 at 6:25 am
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 likeEnterprise,personal or Ultimate etc etc
February 5, 2013 at 6:21 am
Try it like this:
WITH XMLNAMESPACES (DEFAULT 'x-schema:D:\APPS\Customer.xdr')
February 5, 2013 at 6:16 am
What you're asking is what Central Management Server was designed for.
February 5, 2013 at 6:06 am
blugecko (2/5/2013)
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...
February 5, 2013 at 5:59 am
Viewing 15 posts - 2,131 through 2,145 (of 7,168 total)