Topics
Started by
Posts
Last post
How do I write a query to only return one record per month, the record with the highest (max) numb…
13 replies
Hello All I am looking for a way to change Only the First character of a text string in a field to …
5 replies
hi guys, do you know how can solve the following problem: "Query-based update failed because the ro…
3 replies
I could use a little help with this one. I have a VB application that uses a access 2000 database, …
6 replies
Hi Can anyone help me with the following... I am new to T-SQL and I am trying to execute a stored …
17 replies
Can anybody help on this? I am executing a sql statement in the following form: use tradeshow selec…
4 replies
Is there a better way to write this? SELECT A.SSN ,A.SSN ,B.PAN_ACF2_ID ,G.SSN ,D.PAN_ORGID ,C.DE…
2 replies
Hello! I'm running an EXEC command in one of my stored procedures. But I only want it to be able to…
5 replies
I have a Database that unfortunatly was written in Access 2000 instead of SQL Server. Anyway I hav…
8 replies
I have the following SQL... SELECT A.* FROM TABLE_1 A LEFT OUTER JOIN TABLE_2 B ON A.KEY = B.KEY WH…
5 replies
Greetings, I'd like to know if there is a way to get rid of the cursor used in the following code. …
5 replies
Hello to all and happy Holidays! Maybe this is a simple question, but I am lost in this one. I need…
4 replies
I would love an example user-defined function that can strip out html of a typical varchar(5000) fi…
4 replies
Does exists what kind of trick to pass table variable to UDF? For example: declare @var table (x …
2 replies
I have a table with a start time(datetime), end time(datetime), computer id (varchar), and duration…
4 replies
Viewing 15 topics - 16,051 through 16,065 (of 17,082 total)
You must be logged in to create new topics.