Viewing 14 posts - 31 through 44 (of 44 total)
I work as a programmer/DBA for a college, and you'll definitely want to go with a single database for many reasons.
Aside from all the technical reasons, schools seem to require endless...
February 24, 2004 at 6:39 am
While we're at it ...
When I click on "Users That Need Help" links in the daily emails, the first click brings me to the forum page containing the question referenced...
January 29, 2004 at 1:40 pm
In Jonathan's post, he advised against dynamic SQL. Is this a blanket statement? Should dynamic SQL always be avoided?
Dana
January 20, 2004 at 6:35 am
When in doubt, just use parentheses to force precedence. Remember:
Please Excuse My Dear Aunt Sally
P (arentheses)
E (xponents)
M (ultiplication)
D (ivision)
A (ddition)
S (ubtraction)
January 16, 2004 at 1:13 pm
If you're using dynamic SQL, you could substitute CHAR(39) for the single quote, CHAR(91) for the left bracket and CHAR(93) for the right bracket, as follows:
------------------------------------------------------
DECLARE...
January 16, 2004 at 12:55 pm
"Hey Dude, Where's My Country?" is excellent. And rent a copy of "Bowling For Columbine" while you're at it.
How hard is it to emigrate to the UK if you're from...
January 14, 2004 at 3:09 pm
Access has a Crosstab query feature that should provide you with the exact report that you want. Go to the Queries tab, click New, and choose Crosstab from the...
December 9, 2003 at 8:36 am
I'm one of those developer/systems analyst/help desk/DBAs in a very small office, and about the only areas I'm NOT involved in are web design and the network. So obtaining DBA...
February 28, 2003 at 1:28 pm
Thought I answered that ... SQL Server 7, Service Pack 2. The server itself is Windows 2000 Advanced Server 5.0.
July 15, 2002 at 11:45 am
We're running Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2)
July 15, 2002 at 10:11 am
HELP!
We're runnning SQL Server 7.0 on an dedicated Windows 2000 Advanced Server. For some reason this server NEVER seems to release any memory. No matter what action is performed...
July 12, 2002 at 12:06 pm
I type about 65 wpm on a QWERTY keyboard. Learned typing on a manual typewriter in summer school back in the 70's.
A few years ago I decided to try...
June 17, 2002 at 6:39 am
I'm running a SQL 7 database with a similar "mystery" memory leak. The machine (Windows 2000 Advanced Server) is only used for SQL Server and nothing else. Access...
April 23, 2002 at 7:47 am
Viewing 14 posts - 31 through 44 (of 44 total)