Viewing 15 posts - 2,131 through 2,145 (of 7,164 total)
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
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 7:50 am
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
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 7:16 am
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
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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
http://www.youtube.com/watch?v=0ZuC4MmMzcg
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 6:21 am
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
February 5, 2013 at 6:16 am
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
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 5:59 am
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:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 5:55 am
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
February 5, 2013 at 5:48 am
Viewing 15 posts - 2,131 through 2,145 (of 7,164 total)