Viewing 15 posts - 24,991 through 25,005 (of 26,490 total)
Yes, you invoke the approle is vague, but purposeful. Put yourself in the position asked. If you are testing an application role, how would you invoke it? ...
March 19, 2008 at 10:28 am
Joshua - Read the whole question. It clearly states that you invoke the approle. How do you do that? You use sp_setapprole, therefore you are setting everything...
March 19, 2008 at 10:20 am
I did, and here is the question again with emphasis added.
"You are testing an application role in SQL Server 2005. You connect with SSMS, invoke the role, and then execute...
March 19, 2008 at 10:12 am
Joshua Perry (3/19/2008)
March 19, 2008 at 9:58 am
Consulting? Involves a level of self-confidence and self-promotion that escapes me. I do some, for non-profits, for free. They love that they can write me off at...
March 19, 2008 at 9:48 am
The DBCC INDEXDEFRAG command is fully logged. There are several things you could do. The first question, however, is what is the current recovery model of the database?...
March 19, 2008 at 9:38 am
Not having the DDL for your table or any sample data, I came up with this:
select
sum(case when LastUpdate >= dateadd(dd, datediff(dd, 0, getdate()), 0) and LastUpdate...
March 19, 2008 at 8:51 am
Are you doing any data transformations in the direct move to the tmpTable from the MUMPS system, or is it a straight transfer?
😎
March 19, 2008 at 8:35 am
jburkman (3/19/2008)
I've read this excellent thread, I see the vibrant knowledge and experience of the participants, and I'm de-lurking to...
March 19, 2008 at 8:32 am
Taking the code posted be Jeff, here is one example of well formatted code.
CREATE TABLE [dbo].[ih_hist] (
[ih_nbr] [varchar] (16) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
...
March 19, 2008 at 8:22 am
Jeff,
I did get a favorable reply to my PM. Not to go into details, but in my reply back I did point the OP to your article on how...
March 19, 2008 at 8:12 am
Well, there is always hope. I've learned a lot more through this site, and some of that is from you. I think I try harder on some things...
March 18, 2008 at 10:33 pm
Based on the OP's last posting, he might not see the posting after his. I dropped him a PM trying to explain some of our opinions and the reasoning...
March 18, 2008 at 9:58 pm
True, but is the SQL Server 2005 database still around or was it temporary, for development? If it is sourcing the data for the SQL 2000 database then all...
March 18, 2008 at 4:40 pm
Here is my thoughts. If it is for school, the OP should do as much of the work as possible. If they get stuck, ask for help to...
March 18, 2008 at 4:35 pm
Viewing 15 posts - 24,991 through 25,005 (of 26,490 total)