Viewing 9 posts - 1 through 9 (of 9 total)
Hello,
we have gotten feedback from application vendor saying that it is not a application bug but it is depened on the server capacity and different environment. Some copmanies can handle...
September 9, 2015 at 9:36 am
Hello,
The documents are stored on application side not database server but some meta data is stored in database. when moving a big folder like 4G forlder in the application, some...
September 9, 2015 at 9:11 am
SELECT tr.*
FROM sys.fn_trace_gettable
(CONVERT(VARCHAR(500),
...
November 20, 2014 at 8:51 am
I think the following statement will reduce contention rate in our environment
EXEC sp_configure 'show advanced options', 1;
RECONFIGURE WITH OVERRIDE;
EXEC sp_configure 'xp_cmdshell', 1;
RECONFIGURE WITH OVERRIDE;
SET @batStr = ' mkdir e:\doc';
EXEC('EXEC...
November 18, 2014 at 9:59 am
Thanks for your input! Is there a way to resolve this contention issue and use xp_cmdshell in user's application? In our environment, we cannot get sysadmin which is me to...
November 18, 2014 at 9:53 am
Thanks for your input! So my backup solution is ok even if some recent days' backup failed only if I have all logs backed up to date, I can still...
September 24, 2014 at 3:08 pm
I have figured it out that remove SP1 is not from the screen in attachment. It is in View Update screen section in add/remove program part and choose only sql...
April 2, 2014 at 1:49 pm
Hello,
I have upgraded my database to sql server 2012 SP1, now I need to test remove SP1 part only but still keep sql server 2012.
From Windows add/remove program I have...
April 2, 2014 at 9:49 am
Hello,
I want to upgrade SP1 under the same software root with Sql Server 2012 and if I want to remove it, can I only remove SP1 software but keep...
March 25, 2014 at 10:10 am
Viewing 9 posts - 1 through 9 (of 9 total)