Viewing 15 posts - 2,566 through 2,580 (of 2,904 total)
quote:
If microsoft wants to make things a bit easier by giving away some of their questions, and others volunteer info on the...
August 11, 2003 at 7:03 am
Thanks. I was thinking about using OSQL and sp_password. But now I'm considering creating a form in MS Access.
-SQLBill
August 7, 2003 at 12:50 pm
SQL 2000 replaces SQL 7.0.
Hidden in the SQL Server 2000 copyright is the version # 8.00.00 etc.....
So...SQL Server 2000 is really SQL Server 8.0
-SQLBill
August 7, 2003 at 11:24 am
Actually, BOL does explain it. Just not very well.
The hyphen '-' between two characters MEANS between.
In the BOL, use Index tab, go to LIKE. There is a table with descriptions....
August 6, 2003 at 7:27 am
Mark,
Use DECIMAL. But you need to figure out two things.
1. Precision = how many digits (left and right of the decimal point) will you have total?
2. Scale = how many...
August 5, 2003 at 12:12 pm
Nope.
WITH RECOVERY is the default. Once the database is 'recovered' (WITH RECOVERY) no additional backups can be restored.
You would have to start over again.
-SQLBill
August 5, 2003 at 12:06 pm
Mine also says:
Version: 8.00.002
And I have SP3 for BOL loaded. The title bar says SQL Server Books Online (Updated - SP3).
-SQLBill
August 5, 2003 at 7:23 am
By the way, have you restored your lost data?
If not:
Do you have a full backup? Have you been backing up the logs?
You can do a 'point-in-time' restore if you have...
August 5, 2003 at 7:14 am
Do you need to restore the full backup in any way?
YES. You need to include the command
WITH NORECOVERY
in the FULL RESTORE and the command
WITH RECOVERY
in the DIFFERENTIAL RESTORE.
See the...
August 5, 2003 at 7:06 am
Antares,
I think you just won for having the longest post! [big smile]
-SQLBill
August 4, 2003 at 1:05 pm
Have the client go to the ODBC set up (usually in CONTROL PANEL, but might have to go to Administrative Tools to find it). It's sometimes listed as Data Sources...
August 4, 2003 at 12:59 pm
How about the SQL Server command CONVERT:
SELECT CONVERT(VARCHAR(23), GETDATE(), 121)
That will return the date and time in the format you want. yyyy-mm-dd hh:mi:ss.mmm
-SQLBill
August 4, 2003 at 10:50 am
It's probably from when we seceded from England. Changed the way we drive, changed the way we write dates.
-SQLBill
August 1, 2003 at 8:50 am
Viewing 15 posts - 2,566 through 2,580 (of 2,904 total)