Topics
Started by
Posts
Last post
Post removed. For better, quicker answers on T-SQL questions, click on the following... http://www.…
3 replies
Hi all, I have the following table called Forum_Posts: PostID (pk) Subject Body CreatedDate ThreadI…
9 replies
trying to design a schema for a project where we will be exchanging data with another organization.…
2 replies
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
Viewing 15 topics - 5,791 through 5,805 (of 10,647 total)
You must be logged in to create new topics.