Viewing 15 posts - 61 through 75 (of 85 total)
Thanks for that Rob.
So would you agree that it would be best practice to do this via SSIS and then call it from the VB app?
Thanks again
September 15, 2011 at 8:39 am
Hi Andy
Well, the system is a sales record from 2003, split into year+week.
most queries run only on the current and last week, but we also have queries that run year...
April 4, 2011 at 1:12 am
thanks for the input Kevin.
The table design is from an old legacy system before I started working here, looking at some ways to improve performance.
Will probably redo the design in...
April 2, 2011 at 12:30 am
ok, so the year partition is up and running, working good so far.
Now I want to include the weeks, not sure how to do it only for 2011, but...
March 31, 2011 at 1:39 am
Thanks Andy, did it my way in the meantime, worked a treat, but will keep your way in mind when I do it on the production server.
Already seeing an improvement,...
March 30, 2011 at 10:20 am
Hi Andy
Sorry to bother again, but I have run into a little problem. I have created a new file group and the scheme/partition function:
ALTER DATABASE bs
ADD FILEGROUP FG1
GO
ALTER DATABASE bs
ADD...
March 30, 2011 at 9:43 am
Thanks Andy, you have been a great help and you have given me a lot of info to work with.
Will start with the partitioning shortly.
March 30, 2011 at 12:02 am
Andy, just a quick question.
If these partitions are all going to be on the same disk, is it necessary to create a file group for each partition or can I...
March 29, 2011 at 12:12 pm
Hi
Thanks a lot for your input, really appreciate it.
Put this on the back burner for a couple of days, but going to get into it ASAP.
You understood my second question...
March 29, 2011 at 12:07 pm
well, you have 4 options that I am aware of:
SQL Import/Export Wizard
BCP
OpenRowSet
Writing a .Net/C application that will create the txt file and dump the data into a txt file.
BCP...
March 24, 2011 at 4:56 am
well, bcp is a bit of overkill with so little records (150 000)?
but you can export data from a table to a txt file using the bcp command:
BCP "SELECT columns...
March 24, 2011 at 4:45 am
How many is 1 lack?
If its not millions and millions of records, the SQL Import and Export Wizard will do the trick.
March 24, 2011 at 4:33 am
thanks, they are not really clear on the performance improvements on having the FG on a single disk.
will go read some more online.
March 24, 2011 at 2:07 am
Thanks Howard, very good link.
Seems I will be able to achieve what is necessary using the Web Edition.
Thanks again
March 2, 2011 at 4:01 am
Hi, I have created a test procedure with the CASE statements, I am getting a divide by 0 error, this is happening because the rows are not returned properly. Is...
February 23, 2011 at 11:57 pm
Viewing 15 posts - 61 through 75 (of 85 total)