Topics
Started by
Posts
Last post
For formatting reasons I want to: DECLARE @a INT SELECT @a = MAX(LEN(fieldX)) FROM tabY SELECT @…
3 replies
Hi All, I need help with writing a sql query. This is how my table is structure NameABCdE John…
8 replies
Hi All I need to query a column in a particular table to find out which entries in that coulmn cont…
2 replies
I have to write a query that will output a ---fixed lenght -- sequential text file? for example I h…
12 replies
I have 3 input parameters and I want to run different peice of code for all 3 different parameters.…
3 replies
Hi All, I'm having 40 tables in my database and each table is having uniqueidentifier datatype colu…
9 replies
Will you look at my SQL Statement and give me ideas on how to speed it up and make it leaner. It wi…
5 replies
I have a table called patientDates PatientId int, DivDate datetime There can be multiple dates for …
32 replies
Consider the following scenario: Tracking cases by doctor's username - two types of cases: OBCases …
3 replies
Hello, I am trying to make use of this executable which is included in SQL. How to compare 2 tabl…
2 replies
i partition the table by datetime. After that i tried to insert the data into the partition table. …
1 replies
Hello folks I´d like to know if I can create a trigger that verifies procedure name exists into a c…
4 replies
Guys, I am stuck with a task here. there is a procedure which gets called from a report but the pr…
43 replies
Hi All: I'm trying to build a function that has to use some dynamic SQL. There are two input value…
15 replies
Hello, I like to convert string to binary in SQL Server 2000, the code I used to do this is decl…
1 replies
Viewing 15 topics - 7,741 through 7,755 (of 10,647 total)
You must be logged in to create new topics.