Viewing 15 posts - 5,581 through 5,595 (of 9,253 total)
what is your Litespeed version you are using?
May 10, 2012 at 9:05 am
hisakimatama (5/10/2012)
The application is certainly a Windows-based application, then.
so it's not exposed to the "outside world" then.
May 10, 2012 at 9:00 am
Sounds like you're going to need single user mode to sort this one 😉
May 10, 2012 at 12:29 am
hisakimatama (5/9/2012)
May 10, 2012 at 12:27 am
hisakimatama (5/9/2012)
SET NOCOUNT ON;
DECLARE @whereClause2 nvarchar(1000)
SET @whereClause2 = @whereClause
set @whereClause2 = ISNULL(@whereClause2,'')
declare...
May 9, 2012 at 3:01 pm
soniaj (5/9/2012)
I added the windows login.
Which windows login?
What did you set the as password to during install?
May 9, 2012 at 2:53 pm
Sql injection is not just about the code, permissions play a part too. Obviously, ensure the database connection has only the privileges it requires.
May 9, 2012 at 12:43 pm
What did you set the sa password to during installation, did you add any windows logins during install?
May 9, 2012 at 12:40 pm
surma.sql (5/9/2012)
but if i shrink log file, then it should work right?
Yes, but you'll need to shrink the log on the source system, take a fresh backup and then restore...
May 9, 2012 at 12:39 pm
Ok, as you'll see if you search about you really want to avoid shrinking log files as they generally only grow again at a cost to performance.
Try to give...
May 9, 2012 at 12:32 pm
ravisamigo (5/8/2012)
xp_cmdshell 'dir \\Server001\e$' - running in Server2
xp_cmdshell 'dir \\Server002\e$' - running in server1
OUTPUT : 'Access is denied.'
But I'm able to access through RUN(WIN+R) command from server1 to server2...
May 9, 2012 at 10:10 am
Paul Beetge (5/7/2012)
Hi Guys,Except for the fact that the Quorum is down and SQL can still function, how did you fix the Quorum ?
Best start a new post, detailing your...
May 7, 2012 at 11:28 am
iamsam.sandeep (5/7/2012)
1) if there are 2 sql instances in 2 node cluster how many tempdb drives will be adviced as per best practice
One for each instance 😉
iamsam.sandeep (5/7/2012)
May 7, 2012 at 11:26 am
For info cluster.log no longer exists on windows 2008. Open the fail over cluster manager and view events there. You can export cluster events to a log using the cluster.exe...
May 7, 2012 at 11:24 am
Simha24 (5/7/2012)
I am Trying to create mirroring on different instance in Node N2 But it useses same Virtual Name
Forget the node names, for the most part in a cluster they...
May 7, 2012 at 1:21 am
Viewing 15 posts - 5,581 through 5,595 (of 9,253 total)