Viewing 15 posts - 286 through 300 (of 544 total)
Matthew Darwin (5/11/2012)
Do you mean the WHERE clause is in the index creation statement? Or do you mean in the SELECT statement you are using to query?
oh yeah Matthew...i...
May 11, 2012 at 6:42 am
Lowell (5/7/2012)
you had said at first you just wanted check how many rows are existed as like as above scenario...
so displaying the...
May 10, 2012 at 2:07 am
sturner (5/9/2012)
look in the snapshot log and/or the sql server logs, something is (or is not) happening as it should.
Thank you Sturner...as you told, it takes some time to get...
May 9, 2012 at 9:10 am
sturner (5/9/2012)
May 9, 2012 at 8:56 am
If you would like to pass connection strings through configuration files, you could see like below in the file...here you can edit passwords
<Configuration ConfiguredType="Property" Path="\Package.Connections[Target].Properties[ConnectionString]" ValueType="String"><ConfiguredValue>Data Source=.;User ID=sa;Pwd=*****;Initial Catalog=DataBaseName;Provider=SQLNCLI10.1;Auto Translate=False;Application...
May 9, 2012 at 6:09 am
Lowell (5/7/2012)
you had said at first you just wanted check how many rows are existed as like as above scenario...
so displaying the...
May 7, 2012 at 9:11 am
Lowell (5/7/2012)
by using the INTERSEC operator, i seem to get the results you might be looking for;
you could do...
May 7, 2012 at 9:01 am
robert.gerald.taylor (5/7/2012)
[font="Courier New"]RIGHT(Field1,1) == "," ? SUBSTRING(Field1,1,LEN(Field1) - 1) : Field1[/font]
I didn't check for an empty string or other possible problems,...
May 7, 2012 at 7:24 am
GSquared (4/25/2012)
April 25, 2012 at 8:14 am
dwain.c (4/24/2012)
Don't wait for us to desk check it. Run the SELECT (maybe with a TOP 100 or something) and look at the output...
April 24, 2012 at 6:57 am
GSquared,
i have attached sample output of the script...and i high lightened the rows where i have problem...
if ModIDRef has duplicates, again comment column has to be concatenated...and seqno = 1...
April 24, 2012 at 6:55 am
GSquared (4/24/2012)
If so, you definitely don't need...
April 24, 2012 at 6:47 am
If you guys are still not understanding about my requirements, please let me know so that i'll give you better explanation of my requirement...
the two tables are like one to...
April 24, 2012 at 2:51 am
Viewing 15 posts - 286 through 300 (of 544 total)