Viewing 15 posts - 16,276 through 16,290 (of 39,827 total)
They will not be able to move the SQL files unless you shut down SQL Server. Those files are always open when the database is in use and SQL Server...
April 25, 2011 at 8:52 am
Strange. If you make the change in SSMS and then use the script button, can you run that script?
Are you use they are connecting with the same credentials?
April 25, 2011 at 8:48 am
There are plenty of posts like this out there. Please search. There are documents in Books Online that talk about the process.
It's as simple as running setup for SQL 2008,...
April 25, 2011 at 8:12 am
Does your stored procedure produce a file?
You could schedule a SQLCMD job that pipes output to a file, or a BCP job that pulls out data in a query.
The job...
April 25, 2011 at 8:10 am
Expanding volumes meaning adding new space or moving the volume to a large underlying disk structure?
If it's just expanding space, it shouldn't touch existing files and you ought to be...
April 25, 2011 at 8:09 am
there is a a white paper that talks about performance of Filestream v in database storage. Not completely applicable, but it basically says files < 256kb perform better from the...
April 25, 2011 at 8:07 am
Make sure you set max memory for all instances in there and leave 2GB for the OS. Watch the OS for paging too much (page file activity), as that can...
April 25, 2011 at 7:25 am
I tend to agree with Gail. The database is often a single point of failure, and the bottleneck, and contains all the data, which is often more important than any...
April 25, 2011 at 7:13 am
Optimize the database is so general. Looking at files and filegroups isn't the way to improve performance for most systems. Look at indexing and queries first. As Gail mentioned, without...
April 25, 2011 at 7:10 am
There is no "normally" for a hard disk crash.
What was on the disk that crashed, and what is on other disks on that particular machine? If everything was on one...
April 24, 2011 at 1:25 pm
I think you are confusing concepts. The mdf holds to actual data. The ldf holds the transactions that have altered the mdf.
The diff backup holds all pages changed since the...
April 24, 2011 at 12:52 pm
LutzM (4/23/2011)
Did you folks notice that the "Add to briefcase" button is now available for forum posts, too?
THANK YOU STEVE!!!
Makes SSC even more convenient...
April 23, 2011 at 6:59 pm
I tend to go the other way. I think I'd look to grant the CREATE VIEW to a role and add someone to that. I dislike DENY permissions as they...
April 23, 2011 at 12:46 pm
All the smartphone stuff and email has my mind decaying. I don't remember a lot of numbers anymore, but a few seem to standout for strange reasons. I rarely use...
April 23, 2011 at 12:35 pm
Viewing 15 posts - 16,276 through 16,290 (of 39,827 total)