Viewing 15 posts - 1 through 15 (of 162 total)
How much data is there? You could try creating a clustered index on date/month column and then when you load the data for the current month, ensure that the data...
February 4, 2010 at 6:58 am
Faiyaaz (2/3/2010)
February 3, 2010 at 10:53 pm
can you post the table schema that you are loading into and also upload the text file with sample data. it will be helpful then someone can actually test it...
February 3, 2010 at 11:36 am
Ruprecht (2/2/2010)
I'm having a heck of a time figuring this one out. I have a text field that I'm storing the html for web pages. Some tags...
February 2, 2010 at 11:56 pm
Gail,
I was just trying to make your exact same point. Assuming that TOP 3 without order by clause will get you the 3 records that were inserted first is a...
February 1, 2010 at 10:45 am
Sunil,
I have one question. Is "Id" column in the table an IDENTITY column? If that is so, then you can sort on "Id Desc".
If "Id" is not IDENTITY, then...
February 1, 2010 at 9:43 am
ngmathibela (2/1/2010)
Hi AllI would like find out how i can go about automating my WinSql queries to run at a specific time every morning.
Regards,
Nathi
More info needed. What is it...
February 1, 2010 at 7:36 am
Further to what Jack said.
First, what is it are you trying to improve? I think you first need to list out issues with the existing database. Then figure out what...
February 1, 2010 at 7:30 am
Without a date or timestamp in the table there is no way of knowing which is the last 3 records added to the table.
February 1, 2010 at 7:00 am
If you just want to backup the jobs, you can script the jobs.
Here is a link that shows you how to do it.
What happened to the test server? Do...
February 1, 2010 at 6:58 am
Thanks Dave.
Awesome. I am going to start thinking Tally going forward. Really cool.
February 1, 2010 at 6:50 am
Check this link that explains duplexing and RAID very well I thought.
February 1, 2010 at 6:44 am
Thierry,
Like George said, RAID is essentially will have the same effect. Only difference it is not managed by SQL Server.
Also, duplexing is just an extension of mirroring. There is a...
February 1, 2010 at 6:42 am
Doesn't xp_readerrorlog take some parameters. If you don't specify any of the parameters, then it reads only the current log file.
Error logs can be cycled either manually or by...
February 1, 2010 at 5:38 am
Viewing 15 posts - 1 through 15 (of 162 total)