Viewing 15 posts - 7,246 through 7,260 (of 7,472 total)
Is there any advantage of doing so ?
January 7, 2004 at 2:54 am
- The avatar is my ntv650 easy riding with a bit of curves-fun.
The blade is like a wet dream with all these speedtraps they are implementing in Belgium(Flanders-part)
January 7, 2004 at 2:49 am
Books Online (BOL)
You can also search this site (sqlservercentral.com) for usefull scripts
January 7, 2004 at 12:46 am
Don't know where I got it from, but I 've modified it a bit to be suitable for virtual servers.
-- This script will get the listening port of the
--...
January 7, 2004 at 12:39 am
Maybe you should take locking into consideration.
Your methode will do fine, but when used with big volumes, the delete might lockout the table. You could avoid this by using...
January 7, 2004 at 12:34 am
the double quotes should be single quotes in this query. Then it should work just fine.
January 7, 2004 at 12:12 am
select [id], [desc], convert(float,Sum_Total) / convert(float,Sum_GTotal)
from (
SELECT [id], [desc], SUM(case flag when "Total" then [count] else 0 end ) as Sum_Total, SUM(case flag when "GTotal" then [count] else 0 end...
January 6, 2004 at 5:48 am
1 - not yet my domain
2 - t-sql your full query with "show execution plan" / "show estimated execution plan"
3 - no...
January 6, 2004 at 5:36 am
from BOL :
-h headers
Specifies the number of rows to print between column headings. The default is to print headings one time for each set of query results. Use -1...
January 6, 2004 at 5:20 am
C:\>isql /?
isql: unknown option ?
usage: isql [-U login id] [-P password]
[-S server] [-H hostname] [-E trusted connection]
[-d use database name] [-l login timeout] [-t query timeout]
[-h headers] ...
January 6, 2004 at 5:10 am
That's a T-sql option :
Tools\Options\Results uncheck the checkbox and apply.
Your applications will not have this by default.
January 6, 2004 at 5:04 am
- aparently I can only "reply with quotes". Normal reply does not have an accessable textbox.
- can you provide the toppic's subject in the reply-notifications-email ?
January 5, 2004 at 11:54 pm
Functionality should be the same. Physical implementation might not be. I'd stick to aht ANSI standard. cfr isnull and coalesce.
January 5, 2004 at 12:38 am
Very nice !
Seems to me the "edit post" does not always give an editable inputbox. + the "old" text is not in...
January 5, 2004 at 12:15 am
Viewing 15 posts - 7,246 through 7,260 (of 7,472 total)