Topics
Started by
Posts
Last post
Hi All, I'm playing around with a Central Management Server created under a SQL2012 named instance…
2 replies
I have the following problem: I have some tables like this: CREATE TABLE [tblA] ( [AID] …
2 replies
CREATE TABLE [temp]( [id] [int] NOT NULL, [seq] [int] NOT NULL, [date] [int] NOT NULL, [value] [int…
2 replies
I have the following problem: Some tables like this: CREATE TABLE [tblAdresse] ( [AdresseID] …
1 replies
hi, 1. select * from view name - it is working fine I can able to access remote database data in sq…
4 replies
Hi Team, i m working with logshipping i need below scripts a. Find out Database name Logshipping s…
2 replies
Hi friends , i have a employee table which contains empID,empName,PresenrtDate etc... i need to get…
3 replies
CREATE TABLE [dbo].[TESTGROUNDFORIDEAS]( [AU] [nvarchar](10) NULL, [GL] [int] NULL, [GL1] [int] …
5 replies
Let's say I have a table of categories, a table of entries (for the sake of example, we'll say a ta…
20 replies
I'm looking for a good way to handle the where clause in a query that returns a user specified rang…
34 replies
Hi; I want merge the two rows is not null values. Here my table id name old new 1 test Null 5 …
2 replies
Hi ; This is my procedure input parameter , I want split the column name and column value to insert…
9 replies
We all know about searching comma delimited lists, like this: select * from People where Name in (…
9 replies
hi all, i have a table with below columns: studentname, createdby, updatedby sample data: s1, user1…
2 replies
Hello all, I was trying to figure out any other way to achieve this out put. Here is the sample da…
4 replies
Viewing 15 topics - 6,511 through 6,525 (of 10,635 total)
You must be logged in to create new topics.