Viewing 15 posts - 61 through 75 (of 83 total)
After you get the optimal syntax run this proccedure through the profiler and then through the index tuning wizard to see if SQL Server has any suggestions for indexing. ...
December 3, 2003 at 11:03 am
I believe this information is in the sysprocesses table in the master database under the fiels "SID". But its a binary datatype so you'll have to do some digging...
December 3, 2003 at 10:58 am
Simple answer, because a checkpoint has not occured yet.
December 3, 2003 at 10:13 am
The DBA as a DB Developer is integral to the good design of an app, so DB Developers should always be part of a project. Admin DBA dont need...
December 2, 2003 at 1:42 pm
Set up test boxes. Use test for learning. Don't do anything in Production until you fully understand and are completly confident of the changes you want to make to...
November 24, 2003 at 10:59 am
You dont want to change the owner to grant access for others. You want to add other users to the database users list.
do the following:
-expand database in question using...
November 19, 2003 at 10:32 am
Go To:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/dataaccess.asp
See the following section:
MDAC Utility: Component Checker Version 2.7
This release includes updated snapshots for MDAC 2.6 SP2 and 2.7 RTM. The Component Checker tool is designed to...
November 17, 2003 at 11:07 am
Simple way to view space used vs free space is:
Open EM
Right-click over the database in question
Choose View-->Taskpad
You will see the database and Log files at the bottom of the display.
Also...
November 17, 2003 at 10:49 am
Have you looked through the registry for references to the "OHIP.mdf"? I think the eror youre getting is related to MSSQL not seeing the correct .mdf. MSSQL thinks...
November 17, 2003 at 9:52 am
I think Microsoft made Great Plains use the SA by design not by default. GP goes into SQLServer as SA and does all kinds of "System Administrator" kind if...
November 14, 2003 at 11:55 am
Access denied can be a network rights issue. For instance, if you dont have write access to the directory where the .mdf or .ldf files are located you will...
November 14, 2003 at 11:39 am
Deek,
Are you trying to capture change history?
Isaiah
November 14, 2003 at 11:35 am
If you have many fields and only some of them are dupes you need another way to do this. Drop me a message and I'll show another method using...
November 10, 2003 at 3:51 pm
Thanks Andy,
I was just starting to dg into this problem. I found the drive SQL was installed to was not allowing Write access. The access on this drive...
November 10, 2003 at 10:56 am
I like this, What's the final product (SQL Statement) look like?
Isaiah
November 3, 2003 at 1:04 pm
Viewing 15 posts - 61 through 75 (of 83 total)