Viewing 15 posts - 3,766 through 3,780 (of 6,397 total)
All databases have a log, the recovery model tells SQL how to handle the log.
Simple recovery, the log is marked as re-useable by a checkpoint which occurs at regular intervals
Bulk-Logged...
September 19, 2012 at 1:49 am
Douglasjbell (9/19/2012)
Thanks for the replys.
As the application has already been designed from the ground up for use with the Access database I would rather stick with this as the backend...
September 19, 2012 at 1:08 am
L' Eomot Inversé (9/15/2012)
capnhector (9/14/2012)
supercalifornication?Or supercalifellation?
supercalifragilisticexpialidocious
September 18, 2012 at 8:56 am
Is there a reason this is being done in the report and not the SQL statement?
But could you not build a calculated field in the data set based on the...
September 18, 2012 at 8:54 am
Thanks for that, I was thinking it was a user invoked error message as I couldnt find an article on it after a Google.
One for some reading up on I...
September 18, 2012 at 8:39 am
Basic formula is
((Cache Hit Ratio / Cache Hit Ratio Base) * 100)
September 18, 2012 at 8:29 am
Can compact edition act as a publisher in replication? I know Express and Web edition are subscriber only, but not done much with compact.
September 18, 2012 at 8:01 am
Nothing directly underneath that line, which looks something like
Error: ####, Serverity: ##, State: ##.
Usually they span two lines
Login failed for user 'someuser'. Reason: Failed to open the explicitly specified...
September 18, 2012 at 7:48 am
http://technet.microsoft.com/en-us/library/ms187743.aspx
For per-second counters, this value is cumulative. The rate value must be calculated by sampling the value at discrete time intervals. The difference between any two successive sample values is...
September 18, 2012 at 7:41 am
how are you calculating that number of 10630, is that how it is when you do the select or have you done a comparision between the value at two different...
September 18, 2012 at 7:35 am
what is the error number, state and severity from the error log?
September 18, 2012 at 7:29 am
Most of the original code base for Dynamics Nav & AX (and maybe the other) products was written by a mixture of different vendors, Nav was a collaboration from Navision...
September 18, 2012 at 7:24 am
You will need to create an alias as already stated above by Thomas.
Other than that create a new server named SPORT and install a default instance.
Note the alias will need...
September 18, 2012 at 7:11 am
GilaMonster (9/18/2012)
September 18, 2012 at 6:12 am
Maybe they are trying to see if you know the limits and basics of SQL, they are all valid questions.
September 18, 2012 at 5:18 am
Viewing 15 posts - 3,766 through 3,780 (of 6,397 total)