Topics
Started by
Posts
Last post
I have below table: CREATE TABLE [dbo].[test_table]( [NAME] [varchar](255) NOT NULL, [SERVICE] [v…
4 replies
I have 4 temp tables and the final result I need to retrieve is ONLY ID column results as 1 and 6. …
8 replies
Lets say I have 5 records with a sell date. I want to show a count of all the records with a sell …
4 replies
Yes I know that's not possible for very good reason. Now let's explain to you my issue. I have a in…
9 replies
Hello, Im selecting values from a table a: SELECT a.col1, a.col2, a.col3, a.foreignkey-value FROM m…
18 replies
Hi Experts, I have a non clustered index defined on a column with 4 included c…
4 replies
Hi Experts , I have a table which has non clustered index defined on the a colu…
2 replies
Hi I need a sql that takes the input as date from user and calculates the no of weeks for last two …
9 replies
Hello All, I am trying to add 4 extended properties to the 250 stored procedures and 200 functions …
2 replies
Hi Experts, I have read in many articles . It says that If a table has clustered i…
1 replies
Hi, I have a tableA in server X. I need to query TableA to get couple of column data results and th…
2 replies
consider i have 2 tables . table1 n table2 with similar columns(empno,ename,salary) thr is a input …
3 replies
Hi Everyone, How to find out who has looged on or connected to my sql server…
3 replies
Can this be done? I can get a query to return a comma delimited string of results using Coalesce bu…
5 replies
I don't fully understand how the splitter and the tally table works well enough to use it for alter…
18 replies
Viewing 15 topics - 5,791 through 5,805 (of 10,644 total)
You must be logged in to create new topics.