Topics
Started by
Posts
Last post
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
I have a stored procedure that Im calling via classic ASP. For some reason, when called, its only …
1 replies
Hi, I am work on Archiving script for SQL sever 2005 database. My approach is – write a script to …
3 replies
Hi, I have 2 tables (request and result). Table request have the following columns: - ID (running i…
10 replies
Hi all, I need some help in finding the overlaps in the date range using sql. below is the sample d…
9 replies
Viewing 15 topics - 3,931 through 3,945 (of 12,230 total)
You must be logged in to create new topics.