Viewing 15 posts - 136 through 150 (of 1,292 total)
I am not sure what you intend to ask. From what I could understand about your requirement, it is not an option available in SQL Server. SQL Server asks for...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 9:39 pm
Yes it is in seconds and it is not uncommon to have that high value. When done a small calculation that # of seconds comes to a day (approx 24...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 9:35 pm
Have you tried creating a sql login (instead of using the Jef-PC\Jeff windows login). Give the newly created sql login sysadmin permissions on your instance and use that in your...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 9:31 pm
From my past experience, on an average there are more Developers than DBAs.. With the kind of job roles and responsibilities that are seen now a days, db developers are...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 9:25 pm
That counter value you see itself is the page life expectancy of your server. There is no average value to calculate...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 9:21 pm
Yes as Jeffrey has mentioned, you will have to have that password and use it here on this server. If you cannot find the pwd for the service account, ...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 9:18 pm
SQLRNNR (12/12/2011)
Bru Medishetty (12/12/2011)
Have you tried this ? http://technet.microsoft.com/en-us/library/ms190757.aspxHey Bru, where have you been? Long time no see!
Thanks for checking Jason.. I haven't been staying active as I...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 13, 2011 at 6:31 am
Have you tried this ? http://technet.microsoft.com/en-us/library/ms190757.aspx
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 12, 2011 at 1:48 pm
I would agree with what others have already said.
To give my 2 cents. We have a set of backups (Full,Diff and Log) since the last full backup on the...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 12, 2011 at 9:53 am
I am not great in writing scripts super fast.
From the look of it, you should try using Pivot, that should get you there..
Look at this link to read see...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 12, 2011 at 9:48 am
Why do you need a Poll for this?
It is not possible to have Transaction Log Backups without Full backup.
You might be missing something, I would recommend you to look into...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
June 2, 2010 at 2:46 pm
USE sqlbox
GO
EXEC sp_addrolemember N'db_datareader', N'sam'
GO
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
June 2, 2010 at 2:21 pm
One thing you can try is run the steps in the package individually one by one, so that you would know at what step is the DTS (Now SSIS) package...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
June 2, 2010 at 2:18 pm
troy2.net (5/25/2010)
Difference in Features etc...
There is nothing wrong to post your newbie questions in forums.
I assume, in the time it took for you to register in SSC and post...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
May 25, 2010 at 1:35 pm
afrinmou420 (5/22/2010)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
May 22, 2010 at 10:08 am
Viewing 15 posts - 136 through 150 (of 1,292 total)