Viewing 15 posts - 7,261 through 7,275 (of 9,643 total)
The main change is that schemas are no longer bound to users, users are assigned a default schema though.
To my knowledge a schema does not inherit any persmissions when a...
October 14, 2008 at 9:26 am
The AND operator does what you want. By doing doc = doc AND rev = rev you are saying give me only records where BOTH doc and rev match....
October 14, 2008 at 9:21 am
The best way to find a job is based on who you know. Find a SQL Server users group near you, go, and be involved. A .NET users...
October 14, 2008 at 9:17 am
1. Please post in a n appropriate forum.
2. What are you trying to restore from? Is it from another SQL Server version?
3. The command is Restore...
October 14, 2008 at 9:11 am
I agree with Matt. I'd use SSIS to fix the data, that's part of what it is designed to do. I am doing that when loading data from...
October 14, 2008 at 9:05 am
Can you directly login to SQL_B using Domain\Acct_A and query DB_B? Are you sure you have granted rights to Domain\Acct_A to SQL_B.DB_B?
October 14, 2008 at 9:04 am
I typically move that header row to a second line on the group and, I believe, you could toggle it the same way you toggle the detail rows.
October 14, 2008 at 9:00 am
I think you could\should do it using a script component. After you query your data using an ole db source your next step can be a script component. ...
October 14, 2008 at 8:49 am
Tom Moreau (10/14/2008)
As others have stated, only an ORDER BY guarantees the sort order of the results. Therefore, there are 2 correct answers.
As Gail explained, in the current version(s)...
October 14, 2008 at 8:28 am
Andy Lennon (10/14/2008)
I had a faulty trigger implementation a while back that I couldn't figure out. You're article let me see the problem.Thanks Jack
Awesome. That's why I write so it's...
October 14, 2008 at 8:15 am
upperbognor (10/14/2008)
Jeff I have a question about the need to check for existance when nothing is being done on the else statement.
Does this not create added overhead because...
October 14, 2008 at 8:06 am
Robert (10/14/2008)
A well behaved...
October 14, 2008 at 7:57 am
Tobar (10/14/2008)
Thanks for the article. I don't know if it is your cheeky picture or your writing style, but you have become one of my favorites on this forum.
I am...
October 14, 2008 at 7:29 am
The snapin is in Computer Management. You can run it from your PC. Connect to another computer then System Tools -> Shared Folders -> Open Files. It...
October 9, 2008 at 8:10 pm
Garadin has the right idea. Simplifies the solution and, if you movie it again, you only change the view.
October 9, 2008 at 9:35 am
Viewing 15 posts - 7,261 through 7,275 (of 9,643 total)