Viewing 15 posts - 316 through 330 (of 636 total)
Yes exactly like that. Thanks (again) ColdCoffee.
My comment about leap years was clearly non-sensical given my requirements.
July 31, 2012 at 8:48 pm
Also I might try experimenting with putting your join criteria in a proper join statement between the two tables.
See how long a SELECT takes when joining: Air code to follow.
SELECT...
July 31, 2012 at 7:34 pm
I faced a similar issue recently when trying to insert records into a linked server. I ended up creating a stored procedure on the linked server to do the insert....
July 31, 2012 at 7:22 pm
Thanks for your response.
I have a domain account setup as the execution account (not the service account).
If I create the subscription I can enter this execution account and password. If...
July 24, 2012 at 9:19 am
Is using BETWEEN to be avoided? I don't expect my criteria to ever have a time component.
If I use the the DATE datatype in my historical table and then convert...
July 17, 2012 at 6:15 pm
If you are using identity fields as keys in your new schema you may want to explore the
SET IDENTITY_INSERT statement so you can insert explicit values.
July 17, 2012 at 5:10 pm
Thanks to you both. Lynn's code looks like a solution to the problem I posted. I am going to use the data structure suggested by Celko, using start and end...
July 16, 2012 at 8:43 am
You need to configure your DesinationConnectionFlatFile to use the variable.
View the properties of the destination file connection manager. (F4 key, don't double-click)
Set the 'connection string' property using the expressions property....
July 3, 2012 at 1:41 pm
>>Then you can use Bitmap.SetResolution to set your images to at least 300 DPI.
Does anyone know how this is done? Is this a server side setting or is it report...
July 3, 2012 at 9:40 am
Thank you, appreciate the help.
June 29, 2012 at 4:40 pm
My expected results are:
1
2
A
B
NULL
I want to return any data that is not a question mark.
June 29, 2012 at 4:33 pm
Thanks Paul I will definitely explore that option. I have a monitoring system for failed jobs so it sounds like I would at least be notied that something is amiss....
June 25, 2012 at 10:50 am
Will a job with the following fail if corruption exists? Or will the job succeed?
DBCC CHECKDB(N'master') WITH NO_INFOMSGS
I'm suddenly feeling a bit exposed since I am not sure if...
June 25, 2012 at 10:37 am
Yes, something always does go wrong.
This particular business process is an intermediate step. If the primary business group doesn't generate the record the next business group in line can't...
June 18, 2012 at 6:25 pm
Viewing 15 posts - 316 through 330 (of 636 total)