Viewing 15 posts - 91 through 105 (of 299 total)
Hey,
This should only takes a few seconds, as primarily adding a reference in the master database about file locations and database name.
Thanks,
Phillip Cox
MCITP - Database Administrator|MCTS - SQL Server 2005|MCP...
April 1, 2008 at 2:04 am
magarity kerns (3/20/2008)
March 20, 2008 at 8:46 am
Jason Marshall (3/20/2008)
Yes Phillip, exactly. I can have a max of 4 seperate arrays.
Ok, this changes things a bit, as you are constrained to limited disks. you can...
March 20, 2008 at 8:38 am
Hi Jason,
Sorry, ok. You have a PowerEdge 2900 with all internal storage and you can fit a maximum of 10 disks into the server. You want to chop-up...
March 20, 2008 at 8:18 am
Jason Marshall (3/20/2008)
We're constrained by the total number of physical drives we have available (10). Using RAID 1 for OS/apps and Tempdb/logs gives me six...
March 20, 2008 at 7:33 am
Jason Marshall (3/19/2008)
I am going to rearrange the HDD configuration in our Production server; currently everything (logs, data, tempdb) is on one RAID 5 array, which is suboptimal. ...
March 20, 2008 at 6:26 am
evgkushnir (3/20/2008)
I have a problem.
I have SQL Server 2005 Standart Editon x86.
Memory: 8 GB
CPU: 8
It's a...
March 20, 2008 at 6:03 am
bimpe_d (3/7/2008)
after i executed the block of code (Phillip's) and refreshed my connection, i could open the properties of SQLSERVERAGENT, which prior to now had been greyed out(disabled).
As i...
March 20, 2008 at 5:37 am
MANJUG05 (3/14/2008)
WE HAVE TWO DATABASES AT OUR WORK PLACE. BOTH ARE SQL 2000. ONE OF THEM IS SHOWING SUSPECT IN SYSTEM TRAY. CAN ANY OF YOU TELL ME HOW TO...
March 18, 2008 at 6:31 am
Hi,
This sounds like an awesome idea and as suggested by author, it would help lower the operational costing aspects of doing backups, thus a "green" idea. The only draw-back...
March 18, 2008 at 3:24 am
peer_mohamed2k (3/14/2008)
I have 1,65,00,000 rows [16 million rows] in one table. I am using this table for SQL reports. When I use this table joining with some other tables, my...
March 14, 2008 at 7:38 am
Hi,
As long as you are only utilizing a single node in an active-passive configuration, you only require 1 license. If you ever decided to change to an active-active configuration,...
March 14, 2008 at 7:32 am
Hey,
Just adding to GSquared's points, you wouldn't want to initilize the same file everyday, as this zero outs last backup contents. I would recommend you consider using file backups...
March 14, 2008 at 1:15 am
Matt Miller (3/12/2008)
March 12, 2008 at 7:49 am
Ronnie.Doggart (3/12/2008)
xref1 is varchar(80).
[font="Courier New"]
SELECT * FROM LGNCC_ENQUIRY WITH (INDEX(lgncc_enquiry_t2))
WHERE xref1 = '1001183168' AND
objecttype = 'D4'
(971 row(s) affected)
Table 'LGNCC_ENQUIRY'. Scan count 1, logical reads 3058,...
March 12, 2008 at 6:53 am
Viewing 15 posts - 91 through 105 (of 299 total)