Viewing 15 posts - 631 through 645 (of 961 total)
a clustered index on this column would result in slow inserts and updates coz the day comes first in the var char column and every time a day is repeated...
July 29, 2011 at 4:35 am
http://www.sqlservercentral.com/articles/T-SQL/67624/
Heres and article on how to perfrom fast rowcounts
July 29, 2011 at 4:30 am
Am suprised no one has suggested using a table datatype or a table variable yet
July 29, 2011 at 4:23 am
A per processor license works for most Small businesses. Besides reporting should be hosted on a different server altogether in the long run. Trying to fit OLTP and reporting and...
July 29, 2011 at 3:47 am
When inserting the data , are u performing an ordered insert or do you have a clustered index performing sort operations?
the above post has already been discussed below
http://www.sqlservercentral.com/Forums/Topic531822-360-1.aspx
July 29, 2011 at 3:34 am
whats wrong with BIDS ( business intelligence developement studio ) its a GUI which allows creation and modification of SSAS cubes.
July 28, 2011 at 4:20 am
I guess the best way to do this would be to copy the backup on a disk and send the disk to the secondary location.
Mainly coz its simpler and...
July 28, 2011 at 4:16 am
Why not database mirroring ? its a high availability solution with automatic fail over ? i think it would work better for you than having to manually fail over...
July 28, 2011 at 4:08 am
There needs to be more details to answer your question, here is an example of what a dim table looks like and a fact table looks like.
A dim table such...
July 26, 2011 at 3:43 am
Click Start --> Run ---> Services.msc ---> Look for any service which start with SQL Server .
If you don't have any services it means u have not installed SQL you...
July 26, 2011 at 3:34 am
So in short you want to schedule a SSIS package as part of SQL Agent job ?
Assuming the package was created on a different machine from which it needs to...
July 25, 2011 at 4:01 am
Varchar(8000) truncates data after 8000 bytes , Varchar (max) allows you to store data up to 2 GB.
July 25, 2011 at 3:44 am
Viewing 15 posts - 631 through 645 (of 961 total)