Viewing 15 posts - 901 through 915 (of 1,114 total)
But i heard it is possible. do you have any idea ?
December 31, 2007 at 4:47 am
do you have any idea why sql server is showing master database as the default one ? why can't it shows Model or tempdb ? is there any reason ?
December 31, 2007 at 4:46 am
Is there any restrction to use sp_defaultdb ? Because i have dbo permission only.
December 31, 2007 at 4:37 am
what does the formula can do ? I am very confused.Can any experts explain me in detail ?
December 31, 2007 at 4:04 am
Jeff,
Concur.
SELECT p.*
FROM PurchaseOrders AS p
P.Posuf in (4)
Will also work. Am i correct ? Is there any difference between your code and my code ?
December 31, 2007 at 4:00 am
Visit the following URL's.
msdn2.microsoft.com/en-us/library/zefbf0t6(VS.80).aspx
msdn2.microsoft.com/en-us/library/zefbf0t6(VS.71).aspx
searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1197403,00.html
You will get some idea.
December 31, 2007 at 3:57 am
Yes,Because we need to extent our query.Then it may keep on going.
is there any way to generate more than one billion row with some modification in the current code ?
December 31, 2007 at 3:47 am
Yes,We can do it. But i don't want to add more cross join and sql queries.
December 31, 2007 at 3:32 am
My new RM asked me to provide the solution without REPLICATE function.
Initially i used REPLICATE function.But he did not want to use REPLICATE.
December 31, 2007 at 3:27 am
Why two queries?
select * from sometable where column <> 0
Yes i do agree.I think your query(column 0) will use TableScan instead of Index.
December 31, 2007 at 2:54 am
Yes, you are correct.
But,how to perform this one without REPLICATE function ?
December 31, 2007 at 2:38 am
Again my #1 question,
will column > ' ' eliminate NULL and BlankSpace only or something else ?
December 31, 2007 at 2:34 am
Viewing 15 posts - 901 through 915 (of 1,114 total)