Viewing 15 posts - 271 through 285 (of 325 total)
I guess it's the always thinking and always curious human nature that is the driving factor behind this. If you say that something is not supposed to be done, the...
September 15, 2010 at 8:18 am
Hardy21 (9/14/2010)
September 14, 2010 at 10:43 pm
Interesting take on social networking, Steve. I personally don't use any social networking features (except participating in forums on sites like Microsoft community pages, BeyondRelational, SQLAuthority, SQLAloha and SSC :)...
September 14, 2010 at 10:43 pm
rahul2671985 (9/14/2010)
I didnt get the exists condition here.. hw it works? can anyone explain me plz?Thanks,
rahul
Rahul, please follow the entire discussion from page# 1, and I am sure you will...
September 14, 2010 at 10:29 pm
SKYBVI (9/14/2010)
What do you mean by all users or some?
I just see the sql server logs and I find this error happeneing every minute
I also checked the aliases on...
September 14, 2010 at 11:34 am
I am leaning more on the human error phenomenon.
The first question is whether this is happening to only a few users or to all requests being handled by the production...
September 14, 2010 at 11:07 am
In my opinion, the sa account's password must be as complex as possible - and as less used as possible. For non-emergency work, the DBA's Windows login must be added...
September 14, 2010 at 11:02 am
martin.edward (9/14/2010)
Thanks, but what does the part :- 'for insert not for replication mean'. On which table is the trigger on ?
The trigger is on the table specified after the...
September 14, 2010 at 1:46 am
Hello!
Thanks for the quick response.
By any chance are there any READ-ONLY filegroups in the database?
September 14, 2010 at 1:35 am
Completely generic - no CAST/CONVERTS...
DECLARE @MyTable TABLE (MyNumericVal VARCHAR(100))
INSERT INTO @MyTable VALUES ('50.10-'),
...
September 14, 2010 at 1:32 am
Hello!
The first things I would check for are:
1. During the restore, are the DB files being created on disk? (i.e. monitor the folder where you are restoring and see if...
September 14, 2010 at 1:20 am
da-zero (9/14/2010)
September 14, 2010 at 1:14 am
Hello!
The goal of this question was to have a deeper understanding of how SQL Server behaves, and not making the questions harder. Emphasis is therefore on the fact that if...
September 13, 2010 at 12:43 am
Hello!
Thank-you all for your kind comments and feedback.
I am sorry that a few of you did have some trouble trying to get the code running on your servers. I...
September 10, 2010 at 11:26 am
Robert Frasca (9/8/2010)
..., there can never be anything GREATER THAN a?...
Robert, I believe the key is to treat the groups individually. Therefore, when Group 1 from "a" is being evaluated...
September 8, 2010 at 7:51 am
Viewing 15 posts - 271 through 285 (of 325 total)