Viewing 15 posts - 61 through 75 (of 119 total)
GOOD MORNING ..MORNING I LEARNED NEW TOPIC THANKS..
Editor: Removed material copied from another source.
February 22, 2011 at 11:47 pm
hey learned a lot from this Thanks...!
February 18, 2011 at 3:20 am
hey ..
this is the one way to take Backup of Single table
select * into <NewTableName> from <OldTableName>
February 15, 2011 at 5:23 am
the problem is yet to be not solved
January 20, 2011 at 2:45 am
CREATE PROCEDURE usp_MyDiskFreeSpace
@DriveCBenchmark int = 1024,
@OtherDataDriveBenchmark int = 2048
AS
IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id = object_id(N'[tempdb]..[#disk_free_space]'))
DROP TABLE #disk_free_space
CREATE TABLE #diskfreespace
(
DriveLetter CHAR(1) NOT NULL,
FreeMB INTEGER NOT NULL)
DECLARE @DiskFreeSpace...
January 20, 2011 at 12:14 am
Hi Singh,
Thanks for the reply.i knew the database mail profile.but i want the logic of code.
i knew the job also.already i wrote code for this but this code...
January 20, 2011 at 12:04 am
got knowledge of incremental data loading thanks for the post
January 17, 2011 at 5:54 am
Hey,
Can you please share your approach to users.it will be very useful to the all sql developers and users
December 15, 2010 at 11:03 pm
oh....what a answer...i selected onlyxxxxxxxxxxxxxxxxxxx........But my answer was wrong
October 12, 2010 at 3:00 am
Hi steveb.
thanks for reply ...i have a small doubt in which file i want to save the ssis package...
October 7, 2010 at 7:26 am
SELECT name, recovery_model_desc from sys.databases
October 7, 2010 at 7:17 am
Nice question
I am much afraid by seeing the question
post this type questions
October 7, 2010 at 7:11 am
Viewing 15 posts - 61 through 75 (of 119 total)