Home All Groups Group Topic Archive Search About

SQL Server database programming

microsoft.public.sqlserver.programming
Score Extended Stored Procedure
Madhivanan - 7 May 2005 5:10 AM - 5 messages
Is it possible to see the contents of Extended Stored Procedure? Madhivanan ...
Score Trim trailing blank from numeric
Tom - 6 May 2005 4:41 PM - 12 messages
I need to export SQL data to fixed width text file using osql.  Everything works except the following portion which includes a trailing blank that I can't get rid of: select cast(datepart(q, dateadd(q, -1, getdate())) as char(1)) + ...
Score auto number?
js - 4 May 2005 7:07 PM - 23 messages
Hi, I define a field as auto number field, usually how people deal with if data is growing near 2147483647? Thanks. ...
Score Merge Agent fails - "Invalid character value for cast specification"
Luke Ward - 4 May 2005 10:19 AM - 5 messages
Hi Guys This above error is suppose to be fixed in SP4 for SQL Server 2000, however, SP4 is not available yet! Does anyone know of a HOT FIX or work around? Many Thanks Luke ...
Score Performance Issues using Aggregate MAX function within a temp table
Fred Foozle - 3 May 2005 7:00 PM - 8 messages
Is there a known performance issue using the aggregate SQL function MAX within a temp table?  I am looking for confirmation that this is/is not a (known) defect within SQL Server 2000.  Or, perhaps this is a SQL Server ...
Score Remote queries using sp_executesql run inconsistently
vogelm - 2 May 2005 7:48 PM - 7 messages
This one has stumped me! I recently implemented a process to monitor database usage and growth on our production servers.  I use on server as the "master" that collects data from all the other servers into one database.  The ...
Score ANSI NULLs set at table level?
DWalker - 2 May 2005 7:21 PM - 4 messages
SQL 2000: Ack!  I thought my database had ANSI NULLS set to On.  I find that it doesn't.  I always use IS NULL to check for the existence of nulls, rather than using = NULL, so this setting might not matter much. ...
Next » 2 3 4 5 6 7 8 9