Viewing 13 posts - 1 through 13 (of 13 total)
The statement "Inner joins can be specified in either the FROM or WHERE clause without affecting the final result" makes it look like there is no difference in the examples...
November 9, 2005 at 9:46 am
You'd think that with all the replication improvements from 7.0 forward that they would address this since GUIDs are used as unique identifiers in replicated DBs.
October 13, 2005 at 9:59 am
I noticed that when I open an sproc using r-click>Script object to new window as>Create, when I try to save the file, the file name proposed in the Save Query...
October 13, 2005 at 7:36 am
The keyboard shortcuts are great. How do I create a new sproc. R-clicking the stored procedures node or the database node doesn't appear to give me that option.
>>You can fix...
October 13, 2005 at 7:28 am
Shift-F1 are Scripting Options are big help - thanks! Is there a way to highlight a section of code and have it commented out automatically. How about indenting/unindenting sections?
When I r-clicked...
October 12, 2005 at 6:38 pm
How do you write sprocs in QA? If I right-click a stored proc and select Edit, I get it displayed in a Notepad-like window. How do I:
- Check the script...
October 12, 2005 at 12:39 pm
In some cases a table will be added between existing tables, for example to track competitors' products or rate competitors' competitive influence. In other cases more links may be added....
October 10, 2005 at 12:59 pm
Thank you so much for the link to that great article. My book has quite a bit on Exec(), but this is even more in depth. Re manually creating tables,...
October 8, 2005 at 11:56 am
Thank you for your input. The 'application' is actually a tool that allows users (admins) to redefine the schema. Tables, fields, indicies, and constraints are generated/dropped dynamically. I agree, my...
October 7, 2005 at 8:18 am
Thank you all for your help. I ended up putting the file name in index names, which made them all uniquely named. This worked. I will have someone with SQL...
October 3, 2005 at 4:53 pm
Viewing 13 posts - 1 through 13 (of 13 total)