Topics
Started by
Posts
Last post
CREATE A STORE PROCEDURE : CONVERT_TO_STAT_CURRENCY Input NET_AMOUNT DESTINATION CURR TARGET CURR …
16 replies
I have this script: if object_id('tempdb..#tmp') is not null drop table #tmp go create table #tmp …
2 replies
hai friends,i am new to this forum. can any body tell me how to find the names of the tables owned …
1 replies
Hi , I am looking to achive below code in TSQL. I want to convert all the column of table to ToBase…
21 replies
CASE [Country] ---Mod # 2 Start WHEN 'USA' THEN '' WHEN 'US' THEN '' WHEN 'CAN' THEN CA…
3 replies
Hi to all, I have a question about row_number I have this table PK ID STATO DATEANDTIME 1 2 CREA…
2 replies
Hi all. I have a Customer table with a name field of char(50). I want to do a search. create ta…
4 replies
Hi, I would appreciate any help. I am trying to loop through a table which has table metadata and c…
2 replies
I had a puzzling experience with a script that performs an insert into a table based on a range of …
9 replies
I need help. There is a syntax problem with code below. If (select CPUTM from [dbo].[System_Managem…
1 replies
So heres the problem, I work in the Insurance market, so theres a lot of multiplication and divisio…
7 replies
Hi, I have a set of data in which i have a product number going through 6 stages and each stage has…
2 replies
Hi, I am not an expert in SQL , but i been trying to get the difference of two dates in years.days…
18 replies
Hi, I am newbie in SQL, I got a requirement from my Business Analyst asking me "We have a requireme…
20 replies
Hi , I need help with my sql query : CREATE TABLE #Temp ( ID INT IDENTITY(1,1), OrdId INT, ProjI…
6 replies
Viewing 15 topics - 3,421 through 3,435 (of 4,984 total)
You must be logged in to create new topics.