Forum Replies Created

Viewing 15 posts - 4,231 through 4,245 (of 5,356 total)

  • RE: SQL Server script

    Hi Jac,

    well, this is just a wild guess.

    Can you create Mysql as linked server in SQL Server??

    BOL has an example linked server->access ODBC database

    After you scripted the db structure and...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Import Excel spreadsheet to .adp file

    Hi alicejwz

    as far as I understand this you are trying to import to an existing table, right?

    I mean no table which content gets deleted regularly, but a table with...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Reading the Tran Log

    Hi gfahrlander,

    quote:


    I seem to recall a way to read the transaction log without spending thousands of $$$ for a third party tool....

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: ascii codesets

    Hi aruram,

    quote:


    Where can I find the ascii codes for different characters supported by various sql collations ?


    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: What is the best way to change passwords

    Hi SQLBill,

    quote:


    I have some ideas now. I'm not sure ASP will work for me, I'll have to check into it more. I'm...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Do you think DBA is a desirable job?

    Hi, my friend Patrick,

    quote:


    Laughing. Someone who you vaguely know is an acquaintance. Like the guy down the block...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Do you think DBA is a desirable job?

    quote:


    Tschuss (did I spell that right?)


    almost! I think the small mistake is due to...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Reindexing the system tables

    Hi Gabor,

    just forwarding another reply

    ...

    Anyway, have you tryed to use the dbcc dbrepair option?

    I have tried it against a test DB:

    alter database sice set single_user

    go

    dbcc dbrepair('northwind', repairindex, syscolumns, 1)

    before...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Do you think DBA is a desirable job?

    quote:


    You can call me anything you like so long as you take pity on me when I post a problem with my...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • Viewing 15 posts - 4,231 through 4,245 (of 5,356 total)