Viewing 15 posts - 556 through 570 (of 921 total)
quote:
Nevertheless, it makes sense that Date and time should be separate, or at least ALLOWED to be separate.
October 30, 2003 at 3:25 pm
quote:
This link might also help youhttp://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=16321
Frank
That method has a...
October 30, 2003 at 2:35 pm
If Table B is to start out empty, then you could truncate it, drop it and then use a SELECT statement rather than INSERT:
SELECT Field1, Field2,...
October 30, 2003 at 2:08 pm
If there isn't one, put a nonclustered index on just Site_Id. I don't think you'll find a faster way to do this than what you're already using, unless you...
October 30, 2003 at 1:55 pm
quote:
I have 2 highly transactional DBs, 1 reporting DB, and 2 not so big DBs. They are used by a web application...
October 30, 2003 at 1:14 pm
That's what UNION (as opposed to UNION ALL) is for.
--Jonathan
October 30, 2003 at 10:59 am
quote:
Thank you guys for your input.One more question, for the web hosting purposes ONLY, do I need Processor Licensing & Internet Connector...
October 30, 2003 at 10:56 am
October 30, 2003 at 10:29 am
quote:
These are the bits I use in either sp or udf, I did have a calculate bit I built but cannot find...
October 30, 2003 at 9:35 am
quote:
quote:
(HP Master ASE-SQL Server)as for acronyms, what...
October 30, 2003 at 7:39 am
Hiring a consultant knowledgeable in SQL Server design can be a very good idea.
--Jonathan (HP Master ASE-SQL Server )
October 30, 2003 at 7:27 am
quote:
<*grin*>I know!Excel is bread and butter to my daily work.
No need to do some VBA in Excel. Functionality is already there when...
October 30, 2003 at 7:19 am
quote:
With 20 CAL's, you can only have 20 concurrent users. For a webserver, one user can be compared to a single session...
October 30, 2003 at 7:13 am
The duration (and i/o count) for a disconnect event is for the entire time the connection was alive. You're probably using connection pooling (the default), so the connections are...
October 30, 2003 at 7:03 am
quote:
AFAIK table variables are 'real' tables in tempdb.Frank
They're not subject to transaction logging to disk,...
October 30, 2003 at 6:55 am
Viewing 15 posts - 556 through 570 (of 921 total)