Viewing 15 posts - 646 through 660 (of 854 total)
Hi, I checked #1 is 92%
#2 is 175, how do I add memory?
May 4, 2009 at 1:30 pm
What about checking if we have enough space on sql server box where server leaves?
May 4, 2009 at 11:30 am
How would I fix it?
April 30, 2009 at 7:46 am
That's work's. Thank you
April 30, 2009 at 7:01 am
Can you write it I am confused.Thank you
April 29, 2009 at 9:51 am
That's in a future, what about finfing what happend last hour?
April 28, 2009 at 1:03 pm
Is there something from SQL Server I can select to get data from csv and put it to the table. I hace 5 csv files
April 24, 2009 at 9:40 am
I am trying to calculate how much space take one row because I will insert 385000 rows, so this is what I have:
SELECT DATALENGTH(priceschemecode),DATALENGTH(productcode),DATALENGTH(productline),DATALENGTH(productcategory),DATALENGTH(priceclass),DATALENGTH(updatedate),DATALENGTH(updateddate),DATALENGTH(inserteddate)
FROM dbo.test
I get this :
filed1 ...
April 24, 2009 at 9:33 am
I gues I am still confused, I put all my info together:
RowCount 3051417
Rows ReservedMB DataMB IndexSize UnusedMB
3051417 319.813 318.461 ...
April 23, 2009 at 5:18 pm
I am new with this and having difficult time to understand it, so if I can some one help me to figiore out without going to links,I thought I provided...
April 23, 2009 at 1:46 pm
I am very sorry this is for 2000, all records are good,but for any reason if table won't take a record, I would need to insert to the table or...
April 23, 2009 at 10:33 am
This is a design of my table: How do I find out how much space each row takes, I will have 375000. Thank you
I have clustered index for field1 and...
April 23, 2009 at 10:30 am
Rows ReservedMB DataMB IndexSize UnusedMB
3051417319.813 318.4611.320 0.031
April 23, 2009 at 10:19 am
Viewing 15 posts - 646 through 660 (of 854 total)