Viewing 15 posts - 436 through 450 (of 488 total)
For your first question, you can only return numeric values with the return keyword in your stored procedure. So, if you need to return something other than a number...
February 1, 2002 at 9:49 pm
I had no idea such a stored procedure existed. We always stop replication and usually must remove the subscriber and publisher. This reafirms my belief that it is...
February 1, 2002 at 9:37 pm
Have you tried SELECT SYSTEM_USER?
I know when I use this it gives my username where the other user_name() gives dbo for the same login.
Robert Marda
January 28, 2002 at 9:00 pm
The VB programmers at my company are beginning to learn and set up something with .NET. Other than that I don't see any revolution nor assault. It appears...
January 28, 2002 at 8:50 pm
I like this article. Even though you say it only touches the surface of the subject it goes into it enough to give me a better understanding of stored...
January 28, 2002 at 12:01 pm
Those are the ones that prompted this question. I am specifically considering using DBCC TRACEON(3605) and DBCC TRACEON(1204). Are these the ones you use?
Robert Marda
January 25, 2002 at 2:27 pm
Brian:
Thanks for the reference. I read the article and according to Microsoft the problem with slowness was fixed with SP3 which we are currently using (sorry for not mentioning...
January 25, 2002 at 8:28 am
I never had a problem with the identity columns. I think this is because we didn't use them a lot where I used to work (Telos Corporation).
Robert Marda
January 24, 2002 at 3:54 pm
I like your article and believe that every table should have a primary key and that it won't hurt every table if it has a clustered index. Almost all...
January 24, 2002 at 3:40 pm
no offense taken, I just wanted to clarify what I wrote to start this topic.
Robert Marda
January 24, 2002 at 11:00 am
I am in no way saying I dislike SQL Server. I enjoy most everything about SQL Server. I know part of the reason I enjoy DTS packages so...
January 24, 2002 at 10:40 am
I liked your article too. I always hear database people talk about normalization and denormalization and the various levels of normalization without really understanding what they are talking about....
January 23, 2002 at 3:06 pm
Steve, you have a good point. Before getting into networking I didn't know a DBA existed. I had worked doing data entry and data conversion for the Post...
January 23, 2002 at 1:00 pm
This next comment from me probably shows my newness of working with databases. I thought there would be more people that set out to be dba's and achieved that....
January 11, 2002 at 6:58 am
Perhaps I am not paranoid enough. In my previous position as a dba I never created a single stored procedure and knew nothing about creating dynamic SQL. I...
January 9, 2002 at 12:51 pm
Viewing 15 posts - 436 through 450 (of 488 total)