Viewing 15 posts - 2,056 through 2,070 (of 7,164 total)
My understanding is the file names, while showing similar patterns, change from day to day.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 10, 2013 at 6:20 pm
SSIS OLE DB Destinations are using the same API that BULK INSERT would. The only difference here is that SSIS can access the file system natively whereas xp_cmdshell would have...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 10, 2013 at 5:22 pm
I re-read the original post this morning and realized I had misread an important requirement so I removed my last post which was way off the mark.
I do not think...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 10, 2013 at 7:58 am
Do the 30 scripts deliver the exact same shaped resultsets, e.g. exact same number and type of columns, or are there some variations from one to the other?
Do you want...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 10:54 pm
Is this SQL Server code? || is not a valid logical operator in T-SQL. Why do you want SQL Server to evaluate a passed in logic statement in this way?...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 2:29 pm
Look in msdb for tables dbo.sysjobs, dbo.sysjobschedules and dbo.sysschedules. Those three have what you need.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 2:12 pm
If you're moving to a different structure then I would not trust anything to validate that anyhow. Chances are you will need custom methods to validate your custom transformations. Common...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 2:02 pm
I meant so that a job is not killed midstream by the service stopping. Also keep missed schedules in mind while the service is down.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 8:53 am
- removed -
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 8:08 am
log shipping will be fine. clustering and mirroring need more attention due to failover scenarios. also check for running Agent jobs.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 8:03 am
m.rajesh.uk (2/9/2013)
is it necessary to have primary key on each table.i am confused related to primary key and clustered index.
I recommended in SQL Server to begin with the idea...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 7:48 am
It could be old news too. Have you recycled your server since you added the index?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 6:56 am
My guess is that the pulling of the data from SQL Server is not the bottleneck in this scenario it is the inserting of data into Postgres as 5000 rows/second...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 6:52 am
Assuming you already have Database Mail setup with a default profile in place you could do something like this. Just replace the use of the CTEs I created to bring...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 6:43 am
gmaendel (2/8/2013)
First time posting to SQLservercentral.
I have a table called DataLogging that looks like the picture attached.

I would like to get only the Data where "StartSwitch" AND "Wet/DrySwitch"...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 9, 2013 at 6:28 am
Viewing 15 posts - 2,056 through 2,070 (of 7,164 total)