Viewing 15 posts - 6,811 through 6,825 (of 9,643 total)
I don't think you can tell which group is used and I don't think SQL Server cares. SQL Server just checks does this user have rights to the object(s)...
November 27, 2008 at 10:31 pm
You can run sp_who or sp_who2 to see if anyone is in the database. Putting in single user mode will work in this case and allow you to drop...
November 27, 2008 at 10:21 pm
Mohit (11/27/2008)
I was considering removing Bulti-In Administrators but wasn't sure if that is a good idea or not. I thought I am just being over jelouse by not wanting...
November 27, 2008 at 7:13 am
My personal preference is to use varchar whenever I am not guaranteed a certain length. The examples Gail has given are good example if you are working on a...
November 27, 2008 at 7:10 am
I'm not sure exactly what you are asking, but you can use a view within a stored procedure just like you use a table.
November 27, 2008 at 7:05 am
Let me chime in by seconding Lynn's opinion. I have worked on databases that have gone with option 2 and that is a fairly difficult design to work with,...
November 27, 2008 at 6:51 am
That looks like it is probably a good starting point. What are the columns in each table?
November 27, 2008 at 6:45 am
I agree with Phil and Lynn. I started out as a reader/learner and as I read more posts and realized I could help I did. Now I do...
November 27, 2008 at 6:43 am
THe procedure is acting exactly as defined. The 10 is a default for the parameter so if the parameter is not passed in it will be assigned the value...
November 27, 2008 at 6:35 am
I'd check the version of .NET installed on the 2 machines. I think that might be the issue.
November 26, 2008 at 8:13 pm
I know I started with MSDN and googled "ReportViewer Control with ASP.NET".
November 26, 2008 at 1:24 pm
Steven Webster (11/26/2008)
November 26, 2008 at 9:19 am
Are you wanting to use the ReportViewer control or use an IE control to render reports? Are you doing ASP.NET or a Winforms application?
November 26, 2008 at 9:16 am
Based on the error message it doesn't appear that you can. I have never really worked with aliases much so I can't really offer anything beyond that. Now...
November 26, 2008 at 9:12 am
I don' personally but I know someone who does a lot with Access UI and SQL Server backend (don't think it's express, but it should still apply) and I'll send...
November 26, 2008 at 9:08 am
Viewing 15 posts - 6,811 through 6,825 (of 9,643 total)