Topics
Started by
Posts
Last post
Hi, Do we have any algorithm or procedure or a user defined function to which i can pass the tables…
3 replies
We have a "zero" down time policy, yea i know, it's crazy, which I am attempting to conform to. Ess…
6 replies
CREATE PROCEDURE Delete_Template ( @IDBIGINT, @StatusBIT OUTPUT ) BEGIN BEGIN TRY BEGIN TRAN…
2 replies
HI, i have one table from that table i want top3 rows from each userid , here userid is not unique,…
5 replies
Am developing SOH report for ERP Navison for Retail company.. Here I have written TSQL for sku,stoc…
7 replies
Hello, I have a query below: select UserLogon, ROW_NUMBER() OVER(Order By createdon desc) as ID, D…
2 replies
Hi, How to find the first letter is a character or number in a column? My column has s12345, 345678…
10 replies
I am joining multiple views from two different servers. The first server has a collation of Latin1…
5 replies
Hi Everyone, This is my sample data of tables CREATE TABLE #Schedule ( ID INT, M_ID INT, T_Name…
13 replies
Basically I use a variable table to parse in a csv so that groups of ids can be sent in. I have al…
3 replies
Hello, I have a query that is using group by. I then want the first records of each group. I know …
8 replies
I have a table with rows contaning text and I need to only return the text between the () one of th…
3 replies
Hi All I have a single table with 2 analys codes what I need to do is this For each cost code I hav…
3 replies
Hello everyone, I have a challenge where I need to count the number of rows that have valid data in…
6 replies
Hi, In my table i have a column ie, File Path values is "E\temp\a1.jpg" Table1 …
5 replies
Viewing 15 topics - 3,931 through 3,945 (of 12,234 total)
You must be logged in to create new topics.