Viewing 15 posts - 3,796 through 3,810 (of 6,679 total)
Sorry, but this isn't clear - are you running x64 or x86 versions of the OS and SQL Server?
Run the following in a query window on both servers: SELECT @@VERSION
If...
May 21, 2010 at 7:17 pm
mike 57299 (5/21/2010)
Lamprey13 (5/21/2010)
Have you investigated using a "listener" app that...
May 21, 2010 at 6:26 pm
How are you determining that the SP isn't using any memory? Does the procedure execute and return the desired results? Does it take less/more time than on the...
May 21, 2010 at 6:20 pm
That kind of question is very subjective - you'd have to define the term 'best' before you could even begin to answer the question.
Even for a low transaction system, what...
May 21, 2010 at 6:13 pm
I have read through this multiple times now, and I don't see where you state what the actual error is. What error are you getting?
As others have said -...
May 21, 2010 at 6:07 pm
What do you mean it doesn't work? Do you get an error message?
May 21, 2010 at 6:03 pm
If the user running SQL Server is the local system account, then that user has access to the folders on that server that it has been granted access to. ...
May 21, 2010 at 6:01 pm
You have to install SP3 first - then install CU4, and finally - you have to modify the startup to include the trace flag according to that article.
To your second...
May 21, 2010 at 1:39 pm
CirquedeSQLeil (5/21/2010)
Otherwise, developer edition can be used on any non-production...
May 21, 2010 at 12:45 pm
When you are running the restore command - you are also accessing the database. Change the database context to a different database and reissue the command.
May 21, 2010 at 12:36 pm
joepacelli (5/21/2010)
So let's say the vitals.migrate looks something like thiscreate procedure vitals.migrate
(
vitalid int
)
begin
do some logic
insert into C.<schema>.<table> values
end
This seems like a perfect fit for synonyms....
May 21, 2010 at 12:32 pm
So, you cannot lock pages in memory unless you have installed SP3 and at least CU4 - and I believe you also have to use a trace flag when starting...
May 21, 2010 at 12:19 pm
No - you can't script the maintenance plans, at least I am not aware of any way to do this.
With that said, there is a way you can export/import the...
May 21, 2010 at 12:18 pm
Are you running SQL Server standard edition or enterprise? You should uprade to sp2 cu4 or later if running standard
May 21, 2010 at 10:59 am
It really depends upon which VLF is the active one. If the active VLF is somewhere in the middle of the file, performing a log backup just moves to...
May 21, 2010 at 8:52 am
Viewing 15 posts - 3,796 through 3,810 (of 6,679 total)