Topics
Started by
Posts
Last post
How do I write a query that tells me how many spaces (...or any character for that matter) are in a…
21 replies
DECLARE MY_CURSOR Cursor FOR SELECT [DB_NAME],[SCHEMA_NAME],[TABLE_NAME],[COLUMN_NAME] FROM dbo.Da…
2 replies
Is there an option to prevent SSMS from adding the Database Name to scripts it generates? For examp…
5 replies
/* I need to filter for duplicate students: --------------------------------------- For same studen…
1 replies
/* I need to filter for duplicate students: --------------------------------------- For same studen…
1 replies
/* I need to filter for duplicate students: --------------------------------------- For same studen…
1 replies
I have done some and tried to use the ISNULL command but this is not working. My query is this: sel…
1 replies
how to convert the below subquery into join .. SELECT CtryId, WrkflwId, Dt FROM stepHistory H WHERE…
2 replies
Have a Table with the CSV Values in the columns as below ID Name text 1 SID,DOB 123,12/01/199…
1 replies
Hello All, Thanks if you would like to help. I am hoping there is a 'best practice' way to solve th…
5 replies
I would like to retrieve data for all the fields listed in the query below. The problem is that I …
11 replies
Hi, Is it possible to create an After Update trigger on table A that can gather both the delete and…
2 replies
I'm trying to help my client solve an issue with frequent "breaking changes" to procedures that use…
3 replies
Hi Guys, I am working on stored proc to update master table from temp table and getting following i…
4 replies
I have a table as below. I need to find the members which are in the bottom quartile (25%) of the w…
4 replies
Viewing 15 topics - 3,826 through 3,840 (of 10,647 total)
You must be logged in to create new topics.