Topics
Started by
Posts
Last post
I'm working on a query in which I need to get few nodes values from the XML data by using the value…
10 replies
Hi friends, We are troubleshooting a performance issue at client's database and need some of your…
21 replies
Hello, This question is regarding SQL Server 2008 R2 SSRS. Please let me know if this is the incor…
5 replies
Hi, I have a query below to show all the records with joining these two tables. SELECT DISTINCT…
13 replies
Hello I have below script CREATE TABLE dbo.TestPivot( CollectionDate DATETIME, Products VARCHAR(40…
2 replies
Hi guys, hope you can help out with this thanks I have this data below : isin | market | ccy| stock…
3 replies
I'm trying to get the top ten problems for each ProvName in the table based on the number of patien…
2 replies
Dear All , declare @var varchar(8000) set @var='Name1~50~20~50@Name2~25.5~50~63@Name3~30~80~43@N…
6 replies
Hi Team, I have a Database say DB1 which has collation "SQL_Latin1_General_CP1_CI_AS". The tempdb i…
8 replies
Hello Experts, If I run the below command, it helps to clean up the files inside the folders but un…
4 replies
Hi All, Our SQL Server 2008 r2 has collation Latin general. And my database 'DB1' , 'DB2' has colla…
1 replies
Hi, I am replicating a stored procedure execution, which builds and executes the following dynamic …
6 replies
Hello, I need some help with this. I have a table where I would like to update the document number…
7 replies
Hello everyone, I am trying to run a query from a Linked server "ABCD" Set @SQLCMD = 'Select * from…
2 replies
DECLARE @ParentTable TABLE (ProductID BIGINT,ItemID BIGINT) DECLARE @ChildParentTable TABLE (Parent…
1 replies
Viewing 15 topics - 3,556 through 3,570 (of 30,225 total)
You must be logged in to create new topics.