Topics
Started by
Posts
Last post
I have 3 tables A(A1,A2), B(B1,B2), C(C1,C2) Create table A(A1 int,A2 int) Create table B(B1 int,B2…
4 replies
I want to print column names from table vertically without using pivot/unpivot .
8 replies
I have two tables. Customer and Case. The 2 tables are related by CustomerID. Each table has a date…
2 replies
By: LutzM
I have a table with customerID,caegory,cnt. I want select the top 3 cnt and category names (order …
4 replies
By: WayneS
I want to update all Start_date fields that have a time of 00:00:00.000 to 07:00:00.000. If I try a…
3 replies
Hi , I have a functios that will return the column name like column1,column2,column3,column4 but …
3 replies
By: Nevyn
SELECT CASE WHEN ROUND(18.00,2) = CONVERT(INT,18.00) THEN CONVERT(INT,18.00) ELSE 18.00 END …
6 replies
Hi May you please help how do I insert comma seperated values into a temp table. eg. i have procedu…
7 replies
By: WayneS
Need help in optimizing following query. I am having long delay if i am opening the commented lines…
3 replies
HI, How can i get the row count of all the tables in a db Here is the example i got a DB with three…
3 replies
By: Cory E.
Hi is there any performance improvment in sql 2008 while providing comma(,) at the left side of the…
8 replies
Hi I have a table CurrencyAccount CREATE TABLE CurrencyAccount ( CurrencyAccountID int PK CurrencyC…
9 replies
By: SQL006
Hi, I have a mapping table named TableMap that indentify some columns from some tables: TableMap P…
2 replies
By: ioani
When you do a MERGE ... WHEN MATCHED THEN UPDATE ... WHEN NOT MATCHED BY TARGET THEN INSERT ... …
2 replies
Hi, I have a table that indentify some columns from some tables: Param | SchemaName | TableName …
1 replies
By: Mike01
Viewing 15 topics - 9,481 through 9,495 (of 10,647 total)
You must be logged in to create new topics.