Topics
Started by
Posts
Last post
Howdy folks, The following statement runs when hard-coded with a number: INSERT INTO tblProduct (pr…
4 replies
I am having a problem with cast or convert displaying a float value cast or converted to varchar co…
3 replies
Hi! Use this code: EXEC('[' + @server_name + ']' + '.' + @db_name + '..sp_helprotect ' + @table_na…
2 replies
Hi, how do I trap the line number causing the error number from within a stored procedure? I can s…
3 replies
Here is my total scenario. I have a database aa on server xxxx and it is a subscriber to that datab…
2 replies
Hi Folks, How can I catch the output(columns) of the following SQL command in a table or each colum…
2 replies
I need your expertise help!!! I have a result table that stores the data for my report and a calend…
3 replies
I Delared two variables as DECLARE @x DECIMAL(5,2) DECLARE @y INT SET @x = 1 SET @x = @x / 8 SET @y…
6 replies
When I tried to run the stored proc below, only the first select line runs. Any idea why the rest o…
8 replies
I need help! I have a table that has to be updated on a weekly basis. I only want to include the u…
3 replies
Hi all, I've got a varchar column containing xml data that I need to update. Instead of writing a …
1 replies
where ca i find the error log? thanks
2 replies
Description:This stored procedure uses a single column in any table and creates a delimited row …
3 replies
I've been asked to supply data to a 3rd party. Requirement given was for a ".csv" format file, wit…
2 replies
hello all I'm pretty new to T/SQL so please excuse the ignorance. I have a csv file of exchange ra…
3 replies
Viewing 15 topics - 14,236 through 14,250 (of 17,082 total)
You must be logged in to create new topics.