Topics
Started by
Posts
Last post
Hi guys, I'm trying to create an hierarchy using tsql. Below is a sample data: Column 1 …
9 replies
I have a table Employee (id,name,address) having following row's 1,'AAAAAA','AAAAAAAAAA' 2,'BBBBBBB…
7 replies
I have two queries For example query1: select * from table1 query2: select * from table2 what I wan…
8 replies
Hi All, I want to round decimals to nearest whole number. eg. if value is equal to or greater than …
2 replies
Hi all I am running a query where I check medical orders on an encounter there can be 1000's of ord…
4 replies
have this problem where I've got a realname field (varchar (255)) where the front end doesn't enfor…
9 replies
I have an application that generates questionnaires with multiple choice questions in several categ…
5 replies
When I try to compare the value of a column to a value represented by a variable using LIKE EG. wh…
4 replies
So I was flipping the DBs on one of my QA servers from FULL to SIMPLE recovery (we don't need PiT r…
4 replies
This update statement is a little puzzling and forgive me if there is a bad explanation but Im puzz…
6 replies
i want help regarding a sql query. I receive app usage data from users whenever they try to access …
6 replies
Here's my simplified table... Invoice_id 897456-0001 897456-0002 897456-0003 898657-0001 898657-000…
5 replies
Hi, What's the best way, so locks can be avoided and other problems, a table with joins to other on…
10 replies
declare @count int declare @charvaluefront varchar declare @charvalueback varchar declare @frontpos…
20 replies
I have an ASP.NET(code behind C#) web application and i need to lock a particular record when a use…
12 replies
Viewing 15 topics - 2,866 through 2,880 (of 10,647 total)
You must be logged in to create new topics.