Viewing 15 posts - 376 through 390 (of 568 total)
Hello,
What is the Default DB set to for the Login (you can view this in the Login Properties page, from within SSMS)?
Does the Login have rights to the selected Default...
November 7, 2008 at 3:28 am
Hello,
You could do worse than to start with one of Microsoft Press’s own offerings, like “SQL Server 2005 Implementation and Maintenance” (ISBN 978-0-7356-2271-5).
Regards,
John Marsh
November 7, 2008 at 3:23 am
Hello,
What results are you getting in the Job History? Can you post a sample?
In the Advanced Settings for a Job Step there is the option to save all the step's...
November 6, 2008 at 3:48 am
Hello Again,
There are a couple of threads around (like the one below) that seem to suggest it is an issue with Windows rather than SQL permissions. Can you check an...
November 5, 2008 at 4:30 am
Hello,
Does this thread help?
http://www.codeplex.com/MSFTDBProdSamples/Thread/View.aspx?ThreadId=24515
It seems they solved the issue by running SSMS using a Windows Administrator account.
Regards,
John Marsh
PS: Nice Avatar 🙂
November 5, 2008 at 3:33 am
Hello,
Have you identified where the bottleneck is? Is it definitely the Web Server or is the SQL Server running slowly, or do you have poor connectivity between the Web and...
November 4, 2008 at 2:54 am
Hello,
If the DBM Application really must have the Sysadmin Server Role then you are in trouble.
The only glimmer of hope that I can think of, is that in general a...
November 3, 2008 at 3:13 am
Hello,
You can have multiple instances of the same version or different versions of SQL Server on one machine.
I would suggest that if your DBs need to work together e.g. one...
October 31, 2008 at 4:49 am
Hello Lidia,
I would try to analyse why previously working jobs suddenly started failing. Did anything change on the server e.g. a Service Pack was applied? Was the Account under which...
October 31, 2008 at 4:44 am
Hello Phil,
I guess it is an ASP.Net Web page? It’s been a while since I worked with them, but I would assume that in the code behind, the DataGrid’s Load...
October 31, 2008 at 4:20 am
Hello,
SSMS has Scripting tools available from the Menus. They give you the option to script the Create statements for one or many objects, depending on what context you are in.
Regards,
John...
October 31, 2008 at 4:14 am
Hello Phil,
May be you could set a default value for the ProductId or Description when the form opens, which would limit the number of finds.
Regards,
John Marsh
October 30, 2008 at 11:14 am
Hello Phil,
If nothing is being recorded by Profiler, then it sounds like the issue may be in the Application rather than in the SP.
Are you building a SQL string in...
October 30, 2008 at 10:49 am
Hello,
I’m not sure exactly what you want to do. If you want the script of a table and its indexes, constraints etc. then you can do that from SSMS. If...
October 30, 2008 at 5:41 am
Hello,
A couple of questions:-
1) What happens if you try Select * From dbo.qryTEST
I’m just wondering if there is another View of the same name in a different Schema?
2) Are you...
October 30, 2008 at 5:10 am
Viewing 15 posts - 376 through 390 (of 568 total)