Topics
Started by
Posts
Last post
Hi Friends, let me explain with example.. i have a table having three columns called ID …
19 replies
CREATE TABLE [dbo].[TEMP3]( [Deal ID ] [nvarchar](255) NULL, [Contract Month] [nvarchar](255) NULL,…
3 replies
Hi, I have an Oracle OLE DB as a linked server. Is there a way to see ping the Oracle server to se…
1 replies
Hi there, Had interesting task today, to seach sps / views in a db for any containing '*' charact…
13 replies
I have been trying to install SQL Server 2008 from yesterday..have reinstalled it three times alrea…
4 replies
I'm trying to convert an old script I had in Access but running into Case When problems. I just st…
2 replies
CREATE TABLE [dbo].[tblMembersRelation]( [MembersRelationID] [int] IDENTITY(1,1) NOT NULL, …
2 replies
CREATE TABLE [dbo].[tblMembers]( [MemberID] [int] IDENTITY(1,1) NOT NULL, [Name] [varchar](30) NU…
12 replies
good day guys,am using tsql to load a dimension and a fact table, i want to know how i can insert a…
1 replies
Hi, My requiremnet is to backup SQL Server databases at DR location. Currently, we are using logsgi…
1 replies
I have the following SQL, but it's returning the error "Invalid column name 'ArrivalOrAdmitDateTime…
2 replies
Hi Friends, I am running the following piece of code in on DatabaseA and also on DatabaseB. …
3 replies
I need some help pulling a comma-separated value out of a string. I'm wanting to get the last comma…
6 replies
Situation. Indexes for daily use: Clustered index on the identity. The main use during reading will…
11 replies
I've been given an old script, and need to create it into a stored procedure. The script uses a cur…
9 replies
Viewing 15 topics - 16,606 through 16,620 (of 30,189 total)
You must be logged in to create new topics.