Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • RE: Check if a file exist in a Query!

    Sorry for the multipost. I only pressed send once, and it came up two times. Again - Sorry

  • RE: saveas(backup restore) question!

    I think I read of SQL-NS or anything lookalike to those things inside EM. I

    might use that then!

    --

  • RE: Encrypting a column

    Our company is using the MD5 algoritm. You can insert the SSN into an application and you get a 128-bit "fingerprint" or "message digest" of the input.

  • RE: saveas(backup restore) question!

    Another thing that came up!

    Runniing this on a server - LTG_ARBST:

    BACKUP DATABASE abw_SWBS_200k  TO DISK = '\\LTG_ARBST\Felles\Data\Temp_LTG.BAK' RESTORE FILELISTONLY  FROM DISK = '\\LTG_ARBST\Felles\Data\Temp_LTG.BAK'  RESTORE DATABASE abw_SWBS_200k_a  FROM DISK = '\\LTG_ARBST\Felles\Data\Temp_LTG.BAK' ...

  • RE: Query trouble

    select * from Item2 where RegDate >= '2004/09/18 11:15:00' and ItemNo = '0000002'.

    I would like this select not to include the first two and only the one that is nearest...

  • RE: Query trouble

    Are there no other way around? What about if sentence or anything?

  • RE: Question about bulk insert

    I was thinking of using T_SQL cause that the text file might change from time to time. Sometimes it might be six columns and perhaps 20. I was thinking of...

  • RE: Text in Access is nvarchar in SQL!??!??

    When using the import Wizard in SQL server - you don't have any of the PK and IX transferred. At least this is what I have seen. Am I correct?

     

    Why...

  • RE: Text in Access is nvarchar in SQL!??!??

    When using the import Wizard in SQL server - you don't have any of the PK and IX transferred. At least this is what I have seen. Am I correct?

     

    Why...

  • RE: Text in Access is nvarchar in SQL!??!??

    When using the import Wizard in SQL server - you don't have any of the PK and IX transferred. At least this is what I have seen. Am I correct?

     

    Why...

  • RE: Text in Access is nvarchar in SQL!??!??

    When using the import Wizard in SQL server - you don't have any of the PK and IX transferred. At least this is what I have seen. Am I correct?

     

    Why...

  • RE: Disk performance issues

    Does it really look like Access Design  - it is created in Access - and ported to SQL Server.

    The link you referred to was a...

  • RE: ALTER TABLE problem!

    I'm trying to change the column yes!

  • RE: ALTER TABLE problem!

    I'm having several tables - which I would maintain at the sime time.

    Was actually thinking of a job that I could run to maintain the databases - but I can't...

  • RE: Text function in T_sql

    Thanks - but here is a similar function; and easier to understand

    SELECT RIGHT(Replicate('0',5) + CAST(512 AS varchar(5)), 5)

     

Viewing 15 posts - 1 through 15 (of 32 total)