Viewing 15 posts - 23,956 through 23,970 (of 26,490 total)
Okay, That's what happens when you make a guess in the dark. What is the data type oc ca.account_established_date? Actually, what are the data types for all the...
November 3, 2008 at 10:19 am
paul.starr (11/3/2008)
PL/SQL
select /*+ RULE */
...
November 3, 2008 at 10:05 am
You could add a job step that deletes the file after it is processed. There is a problem with that option as well, the job will most likly fail...
October 31, 2008 at 1:03 pm
Off hand, no. You could modify the procedures to use isnull: isnull(string1,'') + isnull(string2,'').
October 31, 2008 at 12:58 pm
And then make sure you have periodic transaction log backups running to keep the transaction log from growing so big again.
October 31, 2008 at 12:51 pm
I have gotten side tracked by work and other issues. From my analysis, it appears the each fiscal quarter follows the following pattern 4 weeks, 5 weeks, 4 weeks....
October 31, 2008 at 12:28 pm
Seth,
Looks like you went the same direction I was look at as well, you just beat me to the post. I checked out your code, and it seems solid...
October 31, 2008 at 12:08 pm
To be sure, we aren't talking about 60 minute blocks based on the first call for a given case, corret? That is why the 2:30 and 3:00 calls are...
October 31, 2008 at 11:55 am
It is hard to provide you with the code you need since you haven't provided us with anything to really help you. Read the article below, it will so...
October 31, 2008 at 11:10 am
Could you provide us with the DDL of the table, some sample data, and the expected results? For guidance, read the article mentioned below.
October 31, 2008 at 10:59 am
shnex (10/31/2008)
I can't find this anywhere...
I will come with other examples ...later,because now I need a break
I believe you and I will...
October 31, 2008 at 10:34 am
If you change msdb from simple to full recovery model, run a full backup. The transaction log backup of msdb will continue to fail until a full backup is...
October 31, 2008 at 10:08 am
I'm going to point you right back to BOL. I have written a few scripts to build some tables based on other tables and everything I needed to know...
October 31, 2008 at 9:27 am
The model and msdb databases use the simple recovery model by default. For model, a periodic full backup is all the may be necessary. For msdb, you can...
October 31, 2008 at 9:21 am
You can either start looking at SMO for ways to do this, or start researching the system views. Some of the tables are sys.tables, sys.columns. Start with these...
October 31, 2008 at 9:09 am
Viewing 15 posts - 23,956 through 23,970 (of 26,490 total)