Viewing 15 posts - 1,591 through 1,605 (of 2,008 total)
Oooops.... Pretty Long thread (was almost lost :-))...
Few recommendations:
โขExtra indexes are not always bad. And they are not burden on server also. For Example DW schema, you may have N...
November 15, 2011 at 9:18 am
Thank you all for the responses, but I am still VERY unclear on how this actually works.
Did you read the article I suggested to you? Nevermind. Please have a look...
November 15, 2011 at 8:52 am
actually, the database is in Full Recovery Model, there's a job how takes a full and log backups in a regular interval time.
Good. What's the frequency of Log Backups? When...
November 15, 2011 at 8:19 am
Thanks for the help Dev, rally appreciate it!
In fact Thanks to you. You gave me a good subject to study upon. Please count me in ๐ for R&Ds, if you...
November 15, 2011 at 8:04 am
USE AdventureWorks2008R2 ;
CREATE USER CustomApp WITHOUT LOGIN ;
November 15, 2011 at 4:25 am
To remove a node from an existing SQL Server failover cluster
1.Insert the SQL Server installation media. From the root folder, double-click setup.exe. To install from a network share, navigate...
November 15, 2011 at 4:22 am
Rhox (11/15/2011)
In SSMS, select your database, select 'Security', right-click 'Users' : 'New users...'Ok, found your problem.. ๐
You cann't select "Without login" ๐
OR
CREATE USER user_name
[ {...
November 15, 2011 at 4:18 am
I investigated further and here is something that might help you.
The service master key is automatically generated the first time it is needed to encrypt a linked server password, credential,...
November 15, 2011 at 4:16 am
I checked the article RESTORE SERVICE MASTER KEY (Transact-SQL) nothing much their except FORCE option which can lead to data loss.
http://msdn.microsoft.com/en-us/library/ms187972.aspx
I went through the document Windows Data Protection (quick...
November 15, 2011 at 3:48 am
winston Smith (11/15/2011)
Dev (11/15/2011)
November 15, 2011 at 3:19 am
I changed a couple registry
It worked for you but itโs not recommended (could be very risky). In worst scenario it could lead you to system crash as well.
November 15, 2011 at 3:10 am
faroz2003 (11/14/2011)
Thanks for reply this query
Select A.*,B.*
from A Full Outer Join B
on A.Id=B.id
where A.Id is null
or b.id is null
My tables doesn't have column call "id" then...
November 15, 2011 at 1:56 am
A possible reason could be SQL Server Login's Default Database setting. If you don't specify any database name in connection string it will jump to Loginโs default. Connection's DB Name...
November 15, 2011 at 1:32 am
Itโs time for Development basics... ๐
Three-Tiered Distribution
November 15, 2011 at 1:16 am
madhuu1905 (11/14/2011)
Hi Friends,Can you please help what permissions we need to grant to view sql server error logs?
The MSDN article doesn't say anything about privileges. Basically what you need is...
November 15, 2011 at 1:06 am
Viewing 15 posts - 1,591 through 1,605 (of 2,008 total)