Viewing 15 posts - 181 through 195 (of 225 total)
Farrell,
SELECT SUBSTRING( CONVERT( varchar, DATEADD( dd, -1, GETDATE()), 101), 1, 2) + '_' +
SUBSTRING( CONVERT( varchar, DATEADD( dd, -1, GETDATE()), 101), 4, 2) + '_' +
SUBSTRING( CONVERT( varchar,...
February 1, 2005 at 11:13 am
Uhh, that depends entirely on what you will be doing and what you are willing to spend.
I believe per processor for standard is $4995.00 per and enterprise edition is $19,995.00...
February 1, 2005 at 9:00 am
Ah yes, I see exactly what you mean. Thanks for the illustration. RH
February 1, 2005 at 8:56 am
Matt, since you are joining on the ID, is it safe to say that all matching child records would have the same (distinct) fields for:
,s.ID
,s.City
,s.State
,s.PhoneNum
,c.id
,c.City
,c.State
,c.PhoneNum
If so, you could always...
February 1, 2005 at 8:45 am
David, how is my solution volnuerable? The VB application is locked down so that almost all values (and all operators) are drop downs of some kind and not editable. The...
February 1, 2005 at 8:31 am
What front end are you using? I once built an entire query front end for users in VB where all the logic was in VB, not SQL. I simply built...
February 1, 2005 at 6:55 am
Yes, yes, yes. Database Daily is appreciated. Please continue with the service.
Ryan Hunt
January 31, 2005 at 9:57 am
Being that the website is based out of Russia, I had not given the certfication much thought. However, your comments have reminded me that there may be members of this...
January 26, 2005 at 11:15 am
Wayne, thanks for the response. I am not interested in the site's certification. I am only interested in improving my SQL skills and it is the only place I found...
January 26, 2005 at 10:58 am
Jason, are you using Named Pipes or TCP/IP? I believe TCP/IP is greatly preferred as the default protocol in a bandwidth constrained WAN. See BOL for a detailed explanation.
Ryan
January 25, 2005 at 8:39 am
Hmmm. Zero to two, depending on how you look at it. I always have a really nice laptop furnished by work. All personal and work info resides there so it...
January 25, 2005 at 7:05 am
Frank, would you mind elaborating on your commment about temp tables? I was under the impression that table variables typically incurred less server cost during use.
Or, are they typically just...
January 25, 2005 at 6:39 am
Micheal, instances can be tricky - they usually indicate that more than one set of SQL executables are running on your machine.
First - go back to the utility and make...
January 24, 2005 at 7:20 am
Steve, what is your disk configuration? I guess they are both physical disks - not logical disks right? No RAID differences - nothing like that?
If that's the case, I think...
January 21, 2005 at 2:45 pm
RUN: C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SVRNETCN.exe
This is the SQL Server Network Utility. Enable Name Pipes and TCP/IP. Then try running OSQL -E at a command line.
However, please note that your workstation's SQL...
January 21, 2005 at 2:31 pm
Viewing 15 posts - 181 through 195 (of 225 total)