Viewing 15 posts - 61 through 75 (of 84 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. ...
-Isaiah
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...
-Isaiah
December 3, 2003 at 10:58 am
Simple answer, because a checkpoint has not occured yet.
-Isaiah
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...
-Isaiah
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...
-Isaiah
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...
-Isaiah
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 help you...
-Isaiah
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...
-Isaiah
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...
-Isaiah
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...
-Isaiah
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...
-Isaiah
November 14, 2003 at 11:39 am
Deek,
Are you trying to capture change history?
Isaiah
-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...
-Isaiah
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...
-Isaiah
November 10, 2003 at 10:56 am
I like this, What's the final product (SQL Statement) look like?
Isaiah
-Isaiah
November 3, 2003 at 1:04 pm
Viewing 15 posts - 61 through 75 (of 84 total)