Viewing 15 posts - 256 through 270 (of 279 total)
I forgot, you must then add @filecount options to sp_trace_create in script generated by Profiler,
explanation and examples here: http://www.sqlservercentral.com/articles/SQL+Trace/71841/
December 10, 2012 at 6:15 am
When you choose "save to file" in profiler you have options "Enable file rollover" and "Set maximum file size", set them for your needs, set any additional parameters, choose only...
December 10, 2012 at 4:00 am
If stats are accurate, then most probably you encounter problem with http://sqlinthewild.co.za/index.php/2007/11/27/parameter-sniffing/[/url]
December 9, 2012 at 10:14 am
select @@SERVERNAME ,value from master.sys.configurations where name = 'max server memory (MB)'
December 4, 2012 at 4:27 am
And what is not clear in this error message? You must check link and account that is used by this ssis package, maybe someone changed configuration of network, account...
December 4, 2012 at 1:32 am
There is no good or bad backup strategy, if it meet yours company RTO (recovery time objective) and RPO (recovery point objective) then it is good. But why you truncate...
November 27, 2012 at 2:29 am
Why do you want to do this?
You can't because of eg. limitations of internal structures of DB
November 22, 2012 at 7:46 am
Try sqlcmd -S .\Offline -U sa -P 123abc456
in windows environment, mostly you use backslash \ not slash /
November 7, 2012 at 3:39 am
1. Yes
2. Yes
It only depend of your needs
Details you can find here: http://msdn.microsoft.com/en-us/library/ee210714%28SQL.105%29.aspx
October 29, 2012 at 2:43 am
"The database version number for 2008 RTM and SP1 is 655." so you have to install proper version of SQL 2008, RTM or SP1
http://sqlskills.com/BLOGS/PAUL/post/SQL-Server-2008-R2-bumps-the-database-version.aspx
October 20, 2012 at 10:17 am
Ratheesh.K.Nair (10/19/2012)
Thanks everyone for the quick reply.I am a DBA and need to have access to that server. Is there anyway to get access without a restart??
Have you read?...
October 19, 2012 at 4:48 am
Why on sa? If your group or user don't have acces to SQL via Windows Authentication on sysadmin rights, and you don't know which group/user have this privilages, then you...
October 19, 2012 at 4:33 am
tommyh (10/17/2012)
But why not modifiy the app to go against a host of...
October 17, 2012 at 2:18 am
One of windows administrator do that 😉
No SQL Server like other windows programs don't log this kind of events, but many useful information you will find in Windows Event Log.
October 16, 2012 at 12:49 pm
GilaMonster probably has right. To check what is happening, run SQL Trace with destination to file on sql server, this quarante that 100% events will be captured, and you will...
October 16, 2012 at 12:21 pm
Viewing 15 posts - 256 through 270 (of 279 total)