Viewing 15 posts - 7,666 through 7,680 (of 9,244 total)
shiv-356842 (9/17/2010)
2008 Sql server
which edition of Windows?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 17, 2010 at 4:07 am
shiv-356842 (9/15/2010)
yes i need clustering installation in MS SQL SERVER 2008
Are you using windows 2003 or 2008 clustering?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 17, 2010 at 1:32 am
steve block (9/16/2010)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 17, 2010 at 1:28 am
to move the tables and indexes to another file\filegroup you may use the create index with drop existing. Ensure the table has a clustered index in the first place then...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 15, 2010 at 3:17 pm
are you using Windows 2003 or 2008 cluster?
Clustering and indeed quorums differ between the platforms. An active\active cluster has the same quorum requirements as an active\passive cluster.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 15, 2010 at 3:02 pm
do you mean requirements or install guide?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 15, 2010 at 2:58 pm
Typically, (especially if you had more than 2 cluster nodes), you would use an isolated switch which only had the heartbeat traffic from the cluster nodes passing through it. You...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 13, 2010 at 3:38 pm
Jeffrey Williams-493691 (9/5/2010)
If the machine is x64 - you install the x64 version. If the machine is x86 then you install the x86 version.
furthermore the installer will detect your...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 4:51 pm
graham.fraher (9/6/2010)
but it says it doesnt run on Windows 7
check compatibility here
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 4:48 pm
WayneS (9/6/2010)
Most systems that I've been involved with the web users can only execute stored procedures
count yourself lucky here!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 3:41 pm
sku370870 (9/6/2010)
How would a hacker get to see a web.config file?
possibly many avenues to achieve this on an unsecured server
sku370870 (9/6/2010)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 9:53 am
incidentally Wayne, although i do sort of agree with Jeff and Lynn,
"all pirates should find their own treasure"
i do think that you presented well to the OP.
(i hope...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 9:08 am
😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 9:03 am
you're welcome!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 3:07 am
Guys,
the remaining point is permissions. SQL injection is possible because of main 2 issues.
Bad code
misuse of permissions
The following
Myname' or 1=1;drop table dbo.customers;--
would not work if the account connecting to the...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 6, 2010 at 3:04 am
Viewing 15 posts - 7,666 through 7,680 (of 9,244 total)