Topics
Started by
Posts
Last post
I have a large app with over 1500 active connections - locking is becoming an issue - in an effort …
2 replies
I am trying to return only a selected few columns from a stored procedure. As an example the stored…
6 replies
How can I dedup the same values in a particular column? Here is my data: Col1 &nbs…
9 replies
I have the following table empdept(EmpID,DeptID) Here are some data of the table E…
5 replies
Need help to do this trick. There is a table with 3 columns: contributor, source, cnt and values- c…
7 replies
im trying to delete duplicate rows in a table. im deleteing them where the description is the same.…
2 replies
I had a friend ask how to populate a null ID value in a target table with a value from a separate u…
4 replies
I want to export "Mytable" to a flatfile with export wizard, but my flatfile have all records of in…
3 replies
How can we swap values between 2 rows in one statement..i have 2 columns name and age.. John,26 Jam…
2 replies
If I have a stored procedure that calls another stored procedure and the second stored procedure fi…
8 replies
I have two tables with matching column types. I want to list all of the records in T1 that ar…
10 replies
I am trying to narrow the result set by excluding rows that don't contain populated values. But my …
2 replies
Hi All, SQL2000 I am trying to create a UDF so it can be called in-line to parse field names into m…
9 replies
Good morning, I have a question about the meaning of "sort order" in a Unique Constraint". If…
4 replies
select ReservationNumber, PickupDate from dbo.reservations where PickupLocation IN ( select webloci…
8 replies
Viewing 15 topics - 7,501 through 7,515 (of 17,082 total)
You must be logged in to create new topics.