Viewing 15 posts - 991 through 1,005 (of 1,292 total)
Don't get impatient, by seeing the questions, since more details can only enable me to be solve the issue.
Now when you login to the XP machine, what application you use...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 10:10 pm
k_amalpasha (11/19/2009)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 9:46 pm
Agree with Lynn, you got to give more of the error message to understand where that error occured.
With out that it's like
Going to Doctor and saying :I am not...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 9:14 pm
Use the script below
USE [msdb]
GO
EXEC sp_addrolemember N'db_denydatareader', N'UserName'
GO
USE [msdb]
GO
EXEC sp_addrolemember N'db_denydatawriter', N'UserName'
GO
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 8:23 pm
isabel-1114008 (11/19/2009)
Is there any way I can RESTRICT my database users access in SQL Server Agent Jobs?Thanks.
Let me rephrase this and understand more of your questions, because just jumping on...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 7:08 pm
I could able to understand your issue, but can only say this.
In the Error Message I see login failed for KAMAL\Guest.
Why are you using this guest account,in most cases...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 7:01 pm
Agree with Elliott, SQL does not have that functionality out of the box, and some additional work needs to be done for tracking bounced email.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 2:12 pm
Mh-397891 (11/19/2009)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 1:42 pm
Bru Medishetty (11/18/2009)
forumdog (11/18/2009)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 10:42 am
Agree with Gift Peddie, about IIS prerequisite, and that was assumed in my previous reply, if not the Reporting Server installation would not go forward.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 9:15 am
srilu_bannu (11/19/2009)
Yesterday,I have created indexes on all the columns that where clause is using and i ran...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 9:13 am
You need to start the Installation as you have done initially, and in the select components dilaog, you can only choose SQL Server Reporting Server. Do not check / select...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 8:47 am
I have not seen the feature / option you are asking out of the box, only a custom script might be the solution.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 19, 2009 at 8:10 am
Edwin-376531 (11/18/2009)
I wanted to replicate a 100 GB database over WAN.The database instance is setup with simple recovery model and it run on SQL Server 2000.
This is understood....
I research some...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 18, 2009 at 10:22 pm
k_amalpasha (11/18/2009)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 18, 2009 at 10:10 pm
Viewing 15 posts - 991 through 1,005 (of 1,292 total)