Viewing 15 posts - 1,366 through 1,380 (of 1,409 total)
Keep in mind that several things have changed in 2005. Check the whitepapers for the differences between 2000 and 2005. For instance many of the system tables (like sysobjects /...
July 15, 2008 at 5:07 am
Can you explain how the application is programmed to connect to the database. So: what is the connection string used by the application.
Are the users logging in to the application...
July 14, 2008 at 8:16 am
Be aware that proper permissions needs to be set on two places. First is as share-permissions (when creating the share) and second in the security tab for the access-permissions.
Check the...
July 7, 2008 at 7:43 am
there are several system tables that contain the required info.
Example:
select * from sys.database_files
select * from sys.filegroups
July 7, 2008 at 7:32 am
It is an "Operation System Error". That implies the location is not accessable. Either because you don't have accessrights, or because the location doesn't exist / isn't available.
July 7, 2008 at 7:25 am
If you don't have issues with SSMS then you know all data is available. Because your app does get all data from DB2, the connection is most likely also correct....
July 7, 2008 at 6:59 am
What if you query from SSMS. Can you get all data from D1 or also only part of it?
July 7, 2008 at 3:19 am
GSquared (7/1/2008)
Unless there's a really compelling reason to put tempdb on its own array, ...
I agree with GSquared. One addition to the quote: if you use a lot...
July 4, 2008 at 6:09 am
If you use a manipulation (like LEN, UPPER, etc) on the left side of a comparison, then SQL is unable to use existing indexes of that column. If there is...
July 4, 2008 at 5:57 am
Hi Phil,
If you need better response I guess you should also post this in a (VB) programming forum.
I think you should create an ODBC within Excel-VBA to the SQL server....
July 4, 2008 at 5:42 am
I totally agree with Michael allthough he should use the URL format 😉
http://www.sqlservercentral.com/articles/Best+Practices/61537/
June 23, 2008 at 8:02 am
You can use UNION to combine the matching columns of both the TAB1 and VIEW1. When you select a GROUP BY from this result and include a counting of rows,...
June 17, 2008 at 6:10 am
Hi,
Your view contains a list of columns belonging to one or more tables. Can you give us the underlaying table definitions? Does the view contain the same table you want...
June 9, 2008 at 2:23 am
You have to give many more specifications about the job: what it does, how long it runs, after what time the CPU starts to increase, etc. before we can give...
June 5, 2008 at 7:25 am
Viewing 15 posts - 1,366 through 1,380 (of 1,409 total)