Viewing 15 posts - 9,331 through 9,345 (of 9,641 total)
I'm a little late on this discussion, but I would agree that most IT "Consultants" are really contractors. I view a consultant as someone who has the ability to...
November 12, 2007 at 7:01 am
I just had this discussion with a co-worker yesterday. I started with SQL 7 which in reality met and continues to meet most of the needs they organization I...
November 7, 2007 at 6:39 am
Paul,
Please post what you find out so I can add to my "tool box".
Thanks
October 23, 2007 at 9:01 am
To the best of my knowledge, the only way to get information to a trigger is to have the information in the table. Here is an idea on how...
October 23, 2007 at 9:00 am
* In addition, is it even possible to create a SQL login that has all of these requirements?
** select and update only
Yes
** cannot view schema (cannot connect to the SQL...
October 23, 2007 at 8:24 am
What is the size of the backup file? The next thing is to try to restore from the backup file (on another server or to another DB on the...
October 23, 2007 at 7:56 am
This is a drawback in SSRS as there is not a way to set paging based on records. If you are doing any grouping you can set each group...
October 23, 2007 at 7:47 am
mrpolecat (10/21/2007)
SELECT * FROM #TestTableWHERE (isnull(Title,'Sales Representative') = @dummy)
will return the Sales Reps and nulls together but not with the VPs
While this will work, is easy to read, and provides...
October 22, 2007 at 7:14 am
David McFarland (10/19/2007)
Jack Corbett (10/19/2007)
October 20, 2007 at 9:22 am
I am just trying to connect using the following command
c:\>sqlcmd -E
I have another sql server where this command works. The second sql server fails with this command.
However, if I use...
October 19, 2007 at 1:31 pm
Just a couple of comments.
I really enjoyed the thread. A lot of good information and no one got personal as I have seen happen when people have...
October 19, 2007 at 11:52 am
Steve,
Thanks for the reply. I was under the assumption that by using union all from the 2 tables in the view that the schema permission would only allow...
October 19, 2007 at 10:51 am
I am not sure I understand your problem. What is the code you are running that does not work? Because running sqlcmd -E -S.\Server is connecting to the local...
October 19, 2007 at 8:48 am
First I want to state that I am relatively new to Sql 2005 and schemas so I still think in terms of owners, but I think I can give you...
October 19, 2007 at 8:40 am
Use T-SQL, from BOL:
ALTER LOGIN login_name
{
| WITH [ ,... ]
...
October 19, 2007 at 8:12 am
Viewing 15 posts - 9,331 through 9,345 (of 9,641 total)