Viewing 15 posts - 1 through 15 (of 42 total)
Hi
go throw below link.
http://www.codeproject.com/Tips/584680/Using-comma-separated-value-parameter-strings-in-S
December 26, 2014 at 3:37 am
if your data is changing daily then it will cost u crating index.
for more detail there a link
September 11, 2012 at 8:08 am
Hi Use
Not exist .
as it uses contain search.
http://msdn.microsoft.com/en-us/library/ms188336.aspx
AND
<> (Not equal or =equal) uses match search .
NULL is undefined data that is why in match search...
August 30, 2012 at 11:07 pm
Shadab Shah (8/30/2012)
The question which i am going to ask will prove that i how newbie i am.
Basically indexes increases the performance will searching which is nullified while inserting ....
August 30, 2012 at 10:51 pm
Hi create project
Office in Visual studio .
Create excel micro as per your requirement .
Please refer below link
August 30, 2012 at 8:03 am
Hi
try like below
(civilianYears == "--" || TRIM(civilianYears) == "" || ISNULL (civilianYears)) ? NULL(DT_I4) : (DT_I4)civilianYears
August 29, 2012 at 10:17 pm
thanks for correcting me as i donot having SQL 2000 for testing
I responded on what is standard .
sandeep
August 28, 2012 at 11:35 am
hi i don think so as ms give 2 version backward comparability and 2000 is more then 2 version old for ssms 12
August 28, 2012 at 11:26 am
question is still not clear
August 28, 2012 at 10:26 am
hi sunny
look into
system table sysjobhistory
For more info read
http://msdn.microsoft.com/en-us/library/ms174997(v=sql.100).aspx.
If still need help let me know.
thanks
August 28, 2012 at 10:12 am
hiC rusty hop u will get it by reading below code
Create table Doc (
DocNum nvarchar(15) NOT NULL
);
Insert into Doc (DocNum)
Values ('1');
------------------------------
Create Table GR (
DocNum nvarchar(15) NOT NULL,
GR...
August 28, 2012 at 9:49 am
Hi UNION ALL does not give in build ordering functionality .
so use in line view (Sub query) Like
SELECT PKCostCenterAmountAssignment Xfd1 FROM
(
SELECT PKCostCenterAmountAssignment Xfd1...
August 27, 2012 at 11:34 pm
CptCrusty1 (8/27/2012)
I have 1 table that...
August 27, 2012 at 9:42 pm
asranantha (8/27/2012)
all columns are separete with $ symbole
flat file soure data like columns...
August 27, 2012 at 9:27 pm
Viewing 15 posts - 1 through 15 (of 42 total)