Viewing 15 posts - 2,881 through 2,895 (of 5,356 total)
Only somehow 'new forum' related, but...
I've noticed that sometimes when I click on the link in a notification mail, an existing instance of IE is used and sometimes a new one...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 7:53 am
hmpf...I blame it on your bike, alzdba ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 7:50 am
That won't work. The identity property you can only declare on numeric columns like int, or decimal. Leading 0s will be ignored.
What do you want this for?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 7:49 am
Look at BOL for 'Maximum Capacity Specifications'
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 7:36 am
Server: Nachr.-Nr. 8115, Schweregrad 16, Status 1, Zeile 1
Arithmetic overflow error converting IDENTITY to data type int.
Arithmetic overflow occurred.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 7:26 am
So, you seem to need this for presentational purposes?
Well, use Jonathan's suggestion or, even better IMHO, do this in your application layer.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 6:29 am
Would select cast(Elevation as decimal(8,2))/Height As TValue from Camps help?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 6:14 am
oh, you can also use
alter procedure spGetProducts
as
....
Is even better, becuase you don't need to recreate permissions or dependent objects
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 4:44 am
Once you got the text from spGetProducts, use
drop procedure spGetProducts
go
create procedure spGetProducts
as .......
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 4:37 am
select Elevation/Height*1.00 As TValue from Camps should work, but why as this will always be .00?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 4:34 am
Nice to hear that.
Good luck !
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 3:31 am
I might be wrong, but I have never heard of such a 'global' trigger.
I guess you have to use one trigger per table
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 3:21 am
Hi Ritch,
long time no see
Everything's okay on your side?
Try http://www.dbforums.com/f82/
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 2:53 am
In this case look at 5409045121009 (consider changing your username, Len, see what copy and paste now yields ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 1:08 am
Hehe, I know. One of the few things I like about Germany.
Sunday morning in the summer, the Autobahn 31 heading to Emden. Almost 40 kilometres straight with no curve. That's...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 9, 2004 at 1:00 am
Viewing 15 posts - 2,881 through 2,895 (of 5,356 total)