Topics
Started by
Posts
Last post
Suppose I have 2 table 1)Main 2)History Main table maintain all the records having columns MAIN_S…
3 replies
Having an absolute rough day today.. not able to write the simplest of simplest queries.. love bein…
4 replies
Hi , Please observe below records of table Bakery . When cake is order it flows from BaseMaking…
13 replies
Hi All, I have a xml as given below . I need to parse this and retrieve the employee ids present in…
1 replies
Hi All, I'm trying to insert multiple records, each containing a null value for one of the fields, …
5 replies
HI all, I want to add the result of a Select statement inside a parameter, not too sure how to pul…
2 replies
OK, to simplify some annual auditing of DB users (not the SQL logins,) I'm trying to craft a stored…
7 replies
Hi Guys, I want to convert the data from Original Table to Reporting View like below, I have tried …
6 replies
I Have a question for all you t-sql experts. I made a type in my code that I just noticed today. …
12 replies
Hi, Below are my temp tables --DROP TABLE #Base_Resource, #Resource, #Resource_Trans; SELECT data.*…
2 replies
I am connecting to a new SQL Server 2008 R2 database using SSMS from my ADMIN VM workstation. I bri…
10 replies
Hi, Here is my table structure: ;with Users as ( select 1 as UserId, 2 as PendingAmount,10 as Avai…
29 replies
Hello all, I have a table which contains an XML column. This column is set up as "<properties>…
2 replies
Hi All I have the following query SELECT [KPI].* FROM OPENQUERY(LINKED_OLAP,'SELECT HEAD(TAIL…
1 replies
Hello, Here is my table, CREATE TABLE test_43(id int, email varchar(50)) INSERT INTO test_43 VALUES…
6 replies
Viewing 15 topics - 2,221 through 2,235 (of 10,647 total)
You must be logged in to create new topics.