Viewing 15 posts - 991 through 1,005 (of 1,170 total)
GilaMonster (2/14/2013)
But that's exactly what user scans are, the number of scans of the index caused by user queries.
Okey, and what is #range_scans? How do you describe #user_scans=0 and #range_scans...
February 14, 2013 at 10:11 am
SQLAJ (2/14/2013)
Take a look at this post. It gives some good information and a starting place for further investigation/reading.
Hi, thanks for this post, but the info there is poor, unfortunately.
#...
February 14, 2013 at 9:49 am
Additionally, if you want to work with the two instances simultaneously you must set up different listening ports for them.
IgorMi
February 14, 2013 at 3:58 am
Hi,
You should change the data type from image to varbinary(max). Image LOB data is stored off-row (complex pointing), and varbinary(max) is stored in-row (part of the data and index)
IgorMi
February 14, 2013 at 1:46 am
Hi,
You should look at CPU, Reads, Writes, Duration and the TextData.
IgorMi
February 14, 2013 at 1:28 am
Hi Guys,
Thank you for your replies! They are both useful.
Albeit I'll go with the Scripter class in C#.
Regards
IgorMi
January 31, 2013 at 3:51 pm
Hi,
Interesting question!
The expected one data page will be listed after rebuilding the index on the table.
alter index PK_Test on dbo.Test rebuild
dbcc ind ('TestDB','Test',1)
Thanks,
IgorMi
January 15, 2013 at 8:18 am
Hi,
Interesting question.
Are the indexes you mentioned clustered or non-clustered? It is important. I'll presume they are clustered and can suggest to you to replace this set of data
(
SELECT a1.ProfileID,...
January 11, 2013 at 2:54 pm
Hi,
Where is EXCEPT?
It is very practical.
See this: http://msdn.microsoft.com/en-us/library/ms188055.aspx
Thanks,
IgorMi
January 11, 2013 at 2:37 am
rajeshpalo2003 78748 (12/19/2012)
Thank's IgorMi.if data will be more than 1.5 millions,then what is solution for this?because i have 1.6 millions of records.
Please suggest me....
Hi,
You can use for example two OLE...
December 19, 2012 at 5:01 am
Hi,
You must use office 2007 or higher version for a million records. Max rows an excel sheet can accept is 1,048,576.
SSIS is very flexible for such tasks like yours....
December 19, 2012 at 2:55 am
GSquared (12/17/2012)
December 17, 2012 at 9:30 am
Viewing 15 posts - 991 through 1,005 (of 1,170 total)