Forum Replies Created

Viewing 15 posts - 4,621 through 4,635 (of 5,356 total)

  • RE: Concatenated variable/key names

    Hi Chris,

    there seems to be a little misunderstanding. Hopefully this code snippet will help.

    This is the T-SQL script

    
    
    use faiattach
    go

    DECLARE @table_name varchar(50)

    SET @table_name = 'dv_vordrucke'

    exec sp_createbinarytable @table_name
    go

    ..and...

  • RE: Concatenated variable/key names

    Hello Chris,

    quote:


    Is it possible, within T-sql, to name a variable or key and include the value of another variable within that name.

    I...

  • RE: Getting UNIQUEIDENTIFIER data

    Hi Uday,

    quote:


    I am using UNIQUEIDENTIFIER column for my table. I do not insert data for it. I left it on database by...

  • RE: Overall Scorecard ?

    Hi there,

    as of this morning, a comparison between the rest and me is up.

    ...but I tell you, it is massively frustrating to see that I scored only 52 points compared...

  • RE: Full Text Search with Binary Data

    Hello westmich,

    quote:


    Specifically, I am trying to set-up a table to include PDF documents and have them indexed into the full text search....

  • RE: Once again subscription mail

    Hello Steve,

    quote:


    I've gotten a few here recently.


    this morning it seems to work like it used...

  • RE: image data type

    Hello supercharlz,

    quote:


    how can i put an image file to my database?


    there are several ways for...

  • RE: SQL Newie needs help

    Hello Jigman,

    quote:


    I think I will create an application in C++ Builder that will allow the entering of the data, this will be...

  • RE: poor Question of the day 7_13_2003

    Hi Chris,

    quote:


    I've been thinking about volunteering to write questions, in fact, so that people could complain about *my* writing for a change....

  • RE: poor Question of the day 7_13_2003

    Hello Hans,

    quote:


    Frank, how do you mean?


    what?

    Thinking about my stock example afterwards, I think it was...

  • RE: poor Question of the day 7_13_2003

    Hello Hans,

    quote:


    The postings (by me) has so far just been to prove that Answer nr 1 should not be the right one.

  • RE: poor Question of the day 7_13_2003

    quote:


    This is not completely correct. I'll have to dig in my notes, but really you only need access to two objects. I'll...

  • RE: Once again subscription mail

    quote:


    Hi there,

    as of 7:51 GMT+1, subscription mails seems to work, but do not include any text. I say 'seem to work', because...

  • RE: poor Question of the day 7_13_2003

    Hello Hans,

    quote:


    Well, wording is everything 😉 You have to know all relevant prerequists before you can answer in a correct way.


  • RE: poor Question of the day 7_13_2003

    Hi Hans,

    quote:


    But in this case, as Sql_DBA pointed out, we have no idea of knowing the intent of the author, or the...

Viewing 15 posts - 4,621 through 4,635 (of 5,356 total)