Viewing 15 posts - 46 through 60 (of 320 total)
steveb (1/20/2009)
This method should be faster
SELECT rows FROM sysindexes
WHERE id = OBJECT_ID('YourTableName') AND indid < 2
Here the local sql server's object id will need to apply. but if...
January 20, 2009 at 4:09 am
S Hodkinson (1/20/2009)
In a...
January 20, 2009 at 3:45 am
abhishek.sahoo (1/20/2009)
January 20, 2009 at 3:41 am
Paresh Prajapati (1/20/2009)
Can have script to generate 16 digit unique number which contain both character/Number..which should be not duplicate in future also.
declare @random varchar(50)
set @random =...
January 20, 2009 at 3:37 am
mgalgey (1/20/2009)
January 20, 2009 at 3:29 am
chandramohann (1/20/2009)
Does any body have any docs explaining the architecture of sql server (except bol)
MSDN IS THE BEST in this regard
January 20, 2009 at 2:45 am
mithun.gite (12/30/2008)
I have one issue with my stored proc,
My sp is having dynamic sql like at the end of the sp i execute
exec(@sql)
but size of my @sql...
December 30, 2008 at 10:38 pm
nazaninahmady_sh (12/29/2008)
i have a table with tis design:
ID int
Title ...
December 30, 2008 at 12:02 am
Paresh Prajapati (12/29/2008)
When i upload backup file on FTP it reduce size of backup file.
why it happen?
Bec when i...
December 29, 2008 at 11:55 pm
alokkumar_srivastava (12/19/2008)
I am working on Sql Server 2005 Reporting Services (Cubes as a data source ). There is a requirement to get the employee details who are going to...
December 21, 2008 at 10:58 pm
prakashdotc (12/21/2008)
I already have a query which retrieve data based on various dates, now i need is the Column header with those 'Date'.
Dynamic Dates as Column Header.
Is there any...
December 21, 2008 at 10:55 pm
priyanka.scholar (12/14/2008)
I have a SP whose ouput i need to use in another SP.
I wish to use the output of this SP in another SP.
However,I am aware of using a...
December 14, 2008 at 11:41 pm
viji (12/14/2008)
I'm querying on a tera byte storage data. so i want to know which will be faster the where condition or the inner joins for example
select sales, BP,...
December 14, 2008 at 10:30 pm
bytezone (12/10/2008)
December 11, 2008 at 9:38 pm
reubenfoo89 (12/8/2008)
i would want to be able to import data from an excel file into a MS access database.. Pls check my codes to see what is wrong.
[font="Verdana"]1. I've...
December 10, 2008 at 3:07 am
Viewing 15 posts - 46 through 60 (of 320 total)