Viewing 15 posts - 5,761 through 5,775 (of 7,636 total)
I believe that you just use NVarchar(..) for that.
August 27, 2008 at 12:01 pm
I don't think that you can receive events in VBScript or Jscript can you?
August 27, 2008 at 11:56 am
gpriester (8/27/2008)
I am seeing if it is possible to assign a variable, and utilize the same variable that I assigned all in one query.
Not with a SELECT statement. It...
August 27, 2008 at 11:21 am
rbarryyoung (8/26/2008)
developer6 (8/26/2008)
August 27, 2008 at 10:29 am
deviji2000 (8/27/2008)
say the first few either 3 or five are characters
Alphabetic(A-Z) characters or Alphanumeric(0-9,A-Z)?
August 27, 2008 at 7:28 am
It's not hard to do, but you are going to have to define the sequence that you want better.
August 26, 2008 at 11:27 pm
Jeff, dude:
Jeff Moden (8/26/2008)
SELECT ROW_NUMBER() OVER (PARTITION BY ShiftID, TableID, StationID, EmployeeID, DATEADD(dd,DATEDIFF(dd,0,CounterDateTimeStamp),0)
...
August 26, 2008 at 10:54 pm
I think that you need to give them db_ddladmin.
Of course, this may also give them the ability to modify the definitions.
August 26, 2008 at 9:52 pm
developer6 (8/26/2008)
August 26, 2008 at 9:11 pm
Okay:
First you have to make sure that you have a System DSN that points to the Database where you want to save the performance data. You can set this...
August 26, 2008 at 9:05 pm
BCP is usually recommended for something like this. However, this is dependent on a lot of details such as file format, your window for import, etc.
August 26, 2008 at 8:23 pm
rbarryyoung (8/25/2008)
If you set it up to run at system startup...
August 26, 2008 at 9:47 am
RPSql (8/26/2008)
Msg 156, Level 15, State 1, Line 1Incorrect syntax near the keyword 'emp'.
Ah, OK. You see "Incorrect syntax" is a much different error than "Invalid object name."
Hmmm...
August 26, 2008 at 6:31 am
Michael Earl (8/26/2008)
August 26, 2008 at 6:23 am
Please see this link for etiquette on providing data and table structures: http://www.sqlservercentral.com/articles/Best+Practices/61537/
August 25, 2008 at 6:24 pm
Viewing 15 posts - 5,761 through 5,775 (of 7,636 total)