Viewing 15 posts - 4,621 through 4,635 (of 5,356 total)
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...
July 17, 2003 at 4:55 am
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...
July 17, 2003 at 3:39 am
Hi Uday,
quote:
I am using UNIQUEIDENTIFIER column for my table. I do not insert data for it. I left it on database by...
July 17, 2003 at 3:18 am
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...
July 17, 2003 at 12:49 am
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....
July 17, 2003 at 12:30 am
Hello Steve,
quote:
I've gotten a few here recently.
this morning it seems to work like it used...
July 17, 2003 at 12:02 am
Hello supercharlz,
quote:
how can i put an image file to my database?
there are several ways for...
July 16, 2003 at 11:59 pm
Hello Jigman,
quote:
I think I will create an application in C++ Builder that will allow the entering of the data, this will be...
July 16, 2003 at 11:53 pm
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....
July 16, 2003 at 11:45 pm
Hello Hans,
quote:
Frank, how do you mean?
what?
Thinking about my stock example afterwards, I think it was...
July 16, 2003 at 11:36 pm
Hello Hans,
quote:
The postings (by me) has so far just been to prove that Answer nr 1 should not be the right one.
July 16, 2003 at 8:10 am
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...
July 16, 2003 at 8:07 am
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...
July 16, 2003 at 7:04 am
Hello Hans,
quote:
Well, wording is everything 😉 You have to know all relevant prerequists before you can answer in a correct way.
July 16, 2003 at 7:00 am
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...
July 16, 2003 at 4:07 am
Viewing 15 posts - 4,621 through 4,635 (of 5,356 total)