Viewing 15 posts - 286 through 300 (of 644 total)
Seeing the OPs affinity towards linked servers I would like to say that being a DBA you should always justify the use of linked servers. They are there to query...
April 26, 2012 at 1:04 pm
Larry Page(Ehsan.Akbar) (4/26/2012)
Divine Flame (4/26/2012)
Grant Fritchey (4/26/2012)
April 26, 2012 at 6:44 am
Grant Fritchey (4/26/2012)
April 26, 2012 at 6:24 am
Below script should do the work for you:
IF EXISTS (SELECT 1 FROM TEMPDB..SYSOBJECTS WHERE NAME LIKE '%#TableSize%')
BEGIN
DROP TABLE #TableSize
END
GO
CREATE TABLE #TableSize
(
name sysname,
[rows] INT,
reserved VARCHAR (200),
data VARCHAR (200),
index_size VARCHAR (200),
unused...
April 25, 2012 at 6:43 am
vinu512 (4/25/2012)
Can Tally Tables be used in this scenario??
I'm looking to throw away Cursors and Loops...
April 25, 2012 at 3:54 am
Thanks a lot perry, got it 🙂
April 10, 2012 at 4:53 pm
Perry Whittle (4/10/2012)
April 10, 2012 at 4:25 pm
Perry Whittle (4/10/2012)
what IP ranges do you have assigned to the NICs, what IP are you copying backups out to?
Hi Perry,
Right now I am looking for the possibilities of copying...
April 10, 2012 at 3:59 pm
Grant Fritchey (4/5/2012)
April 5, 2012 at 5:49 am
GilaMonster (4/3/2012)
Divine Flame (4/3/2012)
GilaMonster (4/3/2012)
bala2 (4/3/2012)
Thanks for reply,I am not having experience on development part.can you please help me out
There's no development required in what I suggested.
Do we have the...
April 3, 2012 at 8:31 am
GilaMonster (4/3/2012)
bala2 (4/3/2012)
Thanks for reply,I am not having experience on development part.can you please help me out
There's no development required in what I suggested.
Do we have the option to get...
April 3, 2012 at 7:41 am
bala2 (4/2/2012)
the Sql server...
April 3, 2012 at 3:44 am
halifaxdal (4/3/2012)
April 3, 2012 at 3:37 am
halifaxdal (4/2/2012)
On Mar 26, I can still see the maintenance plan, I even created a screenshot for my document. The plan is scheduled to run...
April 2, 2012 at 9:10 am
Jeff Moden (3/24/2012)
Divine Flame (3/23/2012)
TheSQLGuru (3/23/2012)
March 24, 2012 at 1:29 pm
Viewing 15 posts - 286 through 300 (of 644 total)