Viewing 15 posts - 256 through 270 (of 389 total)
ravisamigo (7/16/2012)
We have configured 2 jobs for db full backups and both jobs having the same number of databases
[ i.e JOB 1 - Total size of all...
July 17, 2012 at 12:01 am
deepzzzz (7/16/2012)
[font="Arial"]Its showing both Application with IDs 3 & 4. I want exact match for apostrophe.[/font]
Hi deepzzzz,
It is always better to provide sample INSERT statements and required output to avoid...
July 16, 2012 at 11:49 pm
deepzzzz (7/16/2012)
[font="Arial"]Its showing both Application with IDs 3 & 4. I want exact match for apostrophe.[/font]
Little correction in Subbareddy code will work.
DECLARE @T1 TABLE(ID INT,NAME VARCHAR(30))
INSERT INTO @T1(ID,NAME)
SELECT 1,'AA'
UNION...
July 16, 2012 at 11:37 pm
bitbucket-25253 (7/16/2012)
rhythmk (7/16/2012)
weblorquins (7/16/2012)
Where ID Not IN
{
Select MAX(ID) From TableName
Group By Col1, Col2...
}
By The help of Table name useing ID and the Group By we can delete the...
July 16, 2012 at 10:42 pm
honza.mf (7/16/2012)
rhythmk (7/16/2012)
kupy (7/16/2012)
honza.mf (7/16/2012)
Nice one.But it's very hard to count the chars early in the morning. Luckily the string in b is not 31 or 32 characters long.
+1
I copied...
July 16, 2012 at 6:55 am
weblorquins (7/16/2012)
Where ID Not IN
{
Select MAX(ID) From TableName
Group By Col1, Col2...
}
By The help of Table name useing ID and the Group By we can delete the duplicate record...
July 16, 2012 at 6:30 am
kupy (7/16/2012)
honza.mf (7/16/2012)
Nice one.But it's very hard to count the chars early in the morning. Luckily the string in b is not 31 or 32 characters long.
+1
I copied the strings...
July 16, 2012 at 6:21 am
rhythmk (7/16/2012)
rob.vig (7/15/2012)
Msg 102, Level 15, State 1, Procedure sp_Create_Accounts, Line 23
Incorrect syntax near '@Status'.
Msg 102, Level 15, State 1, Procedure sp_Create_Accounts,...
July 16, 2012 at 1:04 am
rob.vig (7/15/2012)
Msg 102, Level 15, State 1, Procedure sp_Create_Accounts, Line 23
Incorrect syntax near '@Status'.
Msg 102, Level 15, State 1, Procedure sp_Create_Accounts, Line...
July 16, 2012 at 12:55 am
Smash125 (7/15/2012)
Please find the function as below.
CREATE FUNCTION fnContactFullName(@ID INT)
RETURNS NVARCHAR(100)
AS
BEGIN
DECLARE...
July 15, 2012 at 10:31 am
Revenant (7/13/2012)
capn.hector (7/13/2012)
JAZZ Master (7/13/2012)
SQLRNNR (7/13/2012)
downtown
Funky
monkey
Homosapiens
July 14, 2012 at 3:40 am
shamshad.ali (7/14/2012)
I have following table:
USE [Test_Shamshad]
GO
/****** Object: Table [dbo].[mTable1] Script Date: 07/14/2012 13:26:52 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[mTable1](
[Id] [int] IDENTITY(1,1) NOT NULL,
[Name]...
July 14, 2012 at 3:27 am
ankit.singh484 (7/12/2012)
Can any one describe that what exactly is a Deterministic & non-deterministic result?
Hi Ankit,
Have a look on below link.
July 12, 2012 at 11:12 pm
Viewing 15 posts - 256 through 270 (of 389 total)