Viewing 15 posts - 5,086 through 5,100 (of 5,356 total)
Hi Antares686,
quote:
Actually the part about wrapping in a dynamic string is not correct. I just tried your example code from the beginning...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 4:39 am
Hi amelvin,
quote:
Perhaps the site owners could make a feature of favourite books, when I'm buying from Amazon (or almost anywhere online) I...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 3:41 am
Hi winash,
only thing I can think of is SET ANSI_WARNINGS ON/OFF, but that's something different.
I'm pretty sure, I haven't changed settings since I have installed QA.
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 3:35 am
Hi winash,
quote:
Hi Frank,The table will be created without any problem...
if created using QA then a message saying "The total row size (14061)...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 3:11 am
Hi David,
quote:
We Brits have this thing called Snakebite (Lager and Cider mixed). Its magic, it makes all members of the opposite...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 2:56 am
Hi winash,
quote:
CREATE TABLE [KeyResultAreas] ([UserID] [int] NOT NULL ,
[AppraisalID] [varchar] (15) NOT NULL ,
[KRAType] [int] NOT NULL ,
[Weightage] [smallint] NULL ,
[KRADesc] [varchar]...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 2:35 am
Hi richiey,
maybe this thread will help you
Might be the link is splitted
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 2:16 am
Hi Brian,
thanks for correcting me!
With out of the box installation the normal user has at least enough rights to crash his box ultimately ![]()
What I take from...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 1:33 am
Sorry,
if you are about to retrieve image (binary) data you should replace varchar(8000) with varbinary(8000). This should work.
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 12:58 am
Hi matt1,
quote:
is some of that german?
err, yes. The field names are a mixture of german...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 12:22 am
Hi Greg,
quote:
Every now and then a developer will give me a script to create a table that produces the following error:Warning: The...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 12:21 am
Hi Patrick,
quote:
Yes, if the drink is green that's probably not good for me. Good advice.I drink a single malt, but in France...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 12:14 am
Hi Guarddata,
quote:
Finding the tables is easyselect sc.name 'Column', so.name 'table'
from syscolumns sc
inner join sysobjects so on so.id = sc.id
...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 12:07 am
Hi mimorr,
what a great work, and how simple. Finally this has been solved. I've also asked this question on a list where a couple of SQL Server MVP hang around...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 12:02 am
Hi global,
first, the SQL Server equivalent to Access OLE datatype is the image datatype. All you need is some knowledge with the ADO StreamObject. there are plenty of threads about...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 2, 2003 at 11:48 pm
Viewing 15 posts - 5,086 through 5,100 (of 5,356 total)