Viewing 15 posts - 17,266 through 17,280 (of 26,484 total)
What field would that be? I can't remember everything that was there, but what I do remember was the Computer Operator School (that's what I did in the AF),...
January 22, 2010 at 1:38 pm
I think I see what needs to be done, but without the DDL (CREATE TABLE statment) and sample data (as a series of INSERT INTO statements) I really can't do...
January 22, 2010 at 1:32 pm
rambilla4 (1/22/2010)
I', writing a query as below and I want to display the time in format DD/MM/YYYY HH:MI:SS:MMMAM
Right now, I'm getting only the date without time as below:
select * from...
January 22, 2010 at 1:31 pm
CirquedeSQLeil (1/22/2010)
Lynn Pettis (1/22/2010)
...I served 4 yrs Air Force (enlisted) (and yes, my oldest did enlist in the Army, but she roots for Air Force) ...
My dad was Army. ...
January 22, 2010 at 1:26 pm
Todd Bernstein-449184 (1/22/2010)
Date PartGroup subcode ...
January 22, 2010 at 1:17 pm
CirquedeSQLeil (1/22/2010)
Lynn Pettis (1/22/2010)
CirquedeSQLeil (1/22/2010)
Lynn Pettis (1/22/2010)
Team (AFA Hockey tonight!) :smooooth:uh-oh
Are you an AFA fan - or just going to the game?
Both.
I know it doesn't work with the...
January 22, 2010 at 1:14 pm
I'm off to see the Wizard ... ... in to the desert ...
January 22, 2010 at 1:04 pm
Until you run out of disk space. SQL Server does not restrict the number of rows that may exist in a table.
January 22, 2010 at 12:58 pm
CirquedeSQLeil (1/22/2010)
Lynn Pettis (1/22/2010)
Team (AFA Hockey tonight!) :smooooth:uh-oh
Are you an AFA fan - or just going to the game?
Both.
January 22, 2010 at 12:55 pm
Answer me these questions:
Is the server currently running SQL Server 2000 or SQL Server 2005?
If running SQL Server 2005, is the database attached to SQL Server 2005 running in 8.0...
January 22, 2010 at 11:37 am
Adam Machanic (1/22/2010)
Lynn Pettis (1/22/2010)
January 22, 2010 at 10:33 am
Does this help get you in the right direction?
declare @ TestStr varchar(32); -- to get this to post, I added a space between @ and TestStr, remove that space
set @TestStr...
January 22, 2010 at 10:06 am
Look for: linked servers [SQL Server], ODBC in BOL (Books Online).
You use the OLE DB Provider for ODBC when creating a Linked Server that uses ODBC.
January 22, 2010 at 9:59 am
Adam Machanic (1/22/2010)
Jeff Moden (1/21/2010)
January 22, 2010 at 9:09 am
Viewing 15 posts - 17,266 through 17,280 (of 26,484 total)