Viewing 15 posts - 10,831 through 10,845 (of 15,376 total)
Andy Gerard (9/5/2012)
right, right... sorry for the bad info.
No worries.
Now to try to help the OP...I don't understand what the issue is.
September 5, 2012 at 10:07 am
derek.colley (9/5/2012)
Could be perfectly valid :ermm: (even if it should be a sackable offence) and reminds me a...
September 5, 2012 at 10:04 am
Lynn Pettis (9/5/2012)
September 5, 2012 at 9:29 am
vinay.varaala (9/5/2012)
eg: when we search for books in amazon one drop box will ask for with24hrs, last week, last month, last year, I want the...
September 5, 2012 at 9:28 am
vinay.varaala (9/5/2012)
eg: when we search for books in amazon one drop box will ask for with24hrs, last week, last month, last year, I want the...
September 5, 2012 at 9:27 am
Andy Gerard (9/5/2012)
does this script work in a query window? i could be wrong but i think you might have to put an "as Size" after the cast statement.
No, the...
September 5, 2012 at 9:24 am
vinay.varaala (9/5/2012)
thanks got the error. cheers..one more question i want to select a record of 2012-05-20 date how to teh code for dateadd()
September 5, 2012 at 9:19 am
hydbadrose (9/5/2012)
create table state(
state_Code int null,
state varchar(50) not null
primary key (state
);
????
You really need to try your scripts before you post them.
I...
September 5, 2012 at 9:14 am
Tava (9/4/2012)
Sean Lange (9/4/2012)
Tava (9/3/2012)
September 5, 2012 at 7:32 am
GuruGPrasad (9/4/2012)
Max column length may vary.
And your code
select
country + replicate(' ', 56 - len(country)) + currency_code from dbo.currency order by country;
does not...
September 5, 2012 at 7:29 am
Nice job posting ddl and sample data. I don't understand what you want for output.
September 4, 2012 at 3:26 pm
opc.three (9/4/2012)
SELECT YourColumnName as [processing-instruction(x)]
FROM YourSchemaName.YourTableName
FOR XML PATH('');
Then click the link to see the entire...
September 4, 2012 at 3:13 pm
ariel_mlk (9/4/2012)
I'm tunning a database and i've stumbled by some hierarchy queries, on the good old form of ID, ParentID, to work out the hierarchy the previous developers...
September 4, 2012 at 2:38 pm
I did however find a bug in my code. You should change the final query to be this.
select *
from cteAgg
join tally on tally.N >= cteAgg.MinItem and tally.N <= cteAgg.MaxItem
I...
September 4, 2012 at 1:38 pm
bindish (9/4/2012)
I also change datatype to text and check the size. It still shows me 43600 characters in SSMS.
I am not sure how else I can say this....SSMS does NOT...
September 4, 2012 at 1:03 pm
Viewing 15 posts - 10,831 through 10,845 (of 15,376 total)