Viewing 15 posts - 16 through 30 (of 36 total)
a db usually consists of a single xxx.MDF file for data and single xxx.LDF for tranlog
- with a corresponding entry in the master..sysdatabases table
the files don't "shift" [to another folder]...
May 1, 2007 at 9:43 am
you can perform queries on other db's on your same instance using a simple database prefix, and use dynamic-SQL to action the drop if required
if
May 1, 2007 at 9:29 am
when next RDC'ed onto your SQL server box, run the SQL config tool
C:\WINDOWS\system32\SQLServerManager.msc
and check the SQL Server 2005 Network Configuration, Protocols for xxx
- you should see NamedPipes and/or TCP/IP enabled...
April 27, 2007 at 10:23 am
You may have registered several SQL server instances in SSMS (View, RegisteredServers) which are probably dormant, or even be connected in the ObjectExplorer window.
The significance of the green arrow shows...
April 27, 2007 at 10:10 am
I had assumed that you had MS Access [on your PC] so you could do client-side uploads
- ie all part of MS Access product (or part of Office/Professional suite)
Yes, it is...
April 27, 2007 at 9:59 am
I concur that a job should only run iff the job is enabled and the job schedule is enabled.
The wider picture is that SQLServers can be federated together so each...
April 27, 2007 at 7:04 am
using MS Access-2003 and the Tools menu to launch Upsizing Wizard, the first page of the wizard offers "use existing" or "create new" db. Later pages ask about table attributes,...
April 27, 2007 at 6:53 am
when creating a linked-server [with SSMS in ServerObjects, LinkedServers], the default on the security page is "connections will be made without using a security context" so you attempt the "Guest" credentials...
April 27, 2007 at 6:38 am
sounds like you should explore the MS VSTS/DataDude
http://msdn2.microsoft.com/en-us/teamsystem/aa718807.aspx
You can script out [from LIVE] and create sandboxes [on developer's PC] with the metadata. You would normally use the data generate...
April 27, 2007 at 6:13 am
glad you managed to finger the bad table and get the db back together [from backup].
Don't forget the latest Service Pack !
Dick
April 23, 2003 at 6:04 am
If you do a sp_who2 to see what people are running, but inevitably it is an immediate snapshot and you may miss activity.
Suggestion is to use Profiler (Trace in old...
April 10, 2003 at 10:21 am
agree with Antares686 to DBCC checkdb/checktable as first step. If you have any corruption in a non-CI then you should be able to drop and recreate it.
I would bodge cursor...
April 10, 2003 at 9:01 am
Dharma is basically wrong! See extract from BOL below
IMHO it is very rare to [have/want to] run sp_recompile since this would happen next actual usage. This is just as well...
April 10, 2003 at 8:08 am
within MSSQL no, it is effectively synchronous [excepting parallelism so several CPUs can simultaneously work on a complex query].
There is nothing to to prevent YOU from having multiple connections to...
April 4, 2003 at 7:42 am
MS has a SQLIOStress utility (aka SQL70IOStress) - see URL
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B231619
which has replaced the earlier SQLHDTST [in MSSQL RK but doesn't work with W2K] at
http://download.microsoft.com/download/sql65/Utility3/1/WIN98/EN-US/Sqlhdtst.exe
either way these...
April 4, 2003 at 7:19 am
Viewing 15 posts - 16 through 30 (of 36 total)