Topics
Started by
Posts
Last post
Hello Everyone I hope that you all are having a very nice day, and are ready for the upcoming holid…
6 replies
I have two tables 1- Tracking 2- DomainsToExclude Tracking table has following list of columns: 1- …
4 replies
Hello All, please help me in this scenario, i tried a lot but somehow seems to be my view is wrong …
7 replies
Hi This is the code SELECTRight(Replicate('0',15) + AccountNumber,15) AS 'AccountNumber', BankN…
2 replies
Hi, I want to create xml file using T-sql.. XML file is below format. please help me how i can crea…
7 replies
When I try to execute the following: IF NOT EXISTS (SELECT * FROM sys.schemas WHERE name = 'CreditR…
1 replies
--I need to compute a series of starting and ending datetime values, --based on the value of the pr…
9 replies
At this point i havent done anything. I'm assuming i'll have to bring down a file of sort and so on…
16 replies
I have a table: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABL…
7 replies
SELECT * FROM table1 t1 INNER JOIN table2 t2 on t1.col = t2.col OR …
8 replies
This seems to be a weird behaviour OR rather I am missing here something.. We have various SQL patc…
8 replies
Can somebody help me put this into a stored procedure that takes a parameter (Table)... I have it w…
15 replies
Hello All, I have a requirement like this. I need to change the values format in the date column. I…
2 replies
Consider i have two tables SourceCode and SC_Charts Let say, I have 2 Sourcing charts ChartA and Ch…
5 replies
I have two tables let's say questions with questionID ad structureID and other Strcuture with Stru…
8 replies
Viewing 15 topics - 6,916 through 6,930 (of 10,647 total)
You must be logged in to create new topics.