all groups > sql server (microsoft) > july 2005 > threads for july 15 - 21, 2005
Filter by week: 1 2 3 4 5
Recursive query problem
Posted by Spondishy at 7/21/2005 12:17:19 PM
Hi,
I have a table as follows:
ID Description Parent
1 A 0
2 B 0
3 C 0
4 D 1
5 E 1
6 F 1
7 G 4
8 H 7
9 I 2
10 J 2
11 K 10
I'd like some p... more >>
Incorrect synatax near the keyword DECLARE
Posted by tabladude NO[at]SPAM gmail.com at 7/21/2005 8:31:54 AM
Hi:
I added this bit of code to my sproc and am getting the error
"Incorrect syntax near the keyword DECLARE" and also "Incorrect Syntax
Near ','". I'm tearing my hair out trying to figure out what is wrong.
This is just the new bit of code, let me know if you need to see the
whole sproc (@Se... more >>
Tak Connection's catalog name dynamically.
Posted by Rajesh Patel at 7/19/2005 8:43:33 AM
Hi,
I have created DTS package in the SQLServer 2000. Now, I would like to
execute this package for multiple databases under the same sqlserver.
How can I do that?
I am trying to change it's connection's catalog property via VB.Net.
But, It seems that it's not changing and everytime I am ... more >>
Complex calculated expression - Newbie
Posted by Richard at 7/16/2005 8:48:52 AM
Hello there,
I'm developing an application and have a number of requirements where
I am trying to do quite a few financial calculations on a number of
fields. I have gone against trying to store these as computed
columns, and have tried views, but meet the problem that the maximum
character ... more >>
Removing new line character
Posted by Maziar Aflatoun at 7/16/2005 12:49:10 AM
Hi,
Does anyone know a SQL statement that would remove all the \r\n (new line
character) from a column in the database (if it exists)?
Thanks
Maz.
... more >>
Tempdb is growing and I can't tell what process is to blame
Posted by pshroads NO[at]SPAM gmail.com at 7/15/2005 10:48:19 AM
My tempdb has grown to 40 GB and is growing my the minute but I'm
unable to determine what process is to blame. If I look at
tempdb..sysobjects all the objects are created very recently and change
each time i rerun the proc. I would think that anything that has grown
tempdb to 40 GB would have b... more >>
Number of Computed Columns
Posted by Richard at 7/15/2005 12:00:00 AM
Hi Newbie here,
How many computed columns do you recommend to have on one table?
Richard
... more >>
Enterprise Email Sending from SQL Server
Posted by Marc Eggenberger at 7/15/2005 12:00:00 AM
Hi there.
I'm looking for a tool that handles email sending from sql server with
enterprise features. What do I mean excatly? It should be able to send
emails easly from T-SQL. A simple extender stored procedure or blat is not
sufficient enough. It has to be reliable, scalable, central
reli... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|