Viewing 15 posts - 1 through 15 (of 114 total)
Hi
Sound good, but keep in mind that if the backups are stored in a format other than the usual SQL .BAK format - you need to be sure that if...
August 24, 2011 at 2:09 am
Hi
If the question you are asking is if you can have multiple instances with the same name on a network - the answer is yes.
Note: this assumes that these instances...
November 6, 2008 at 2:24 am
Hi - I agree with Gila.
Find the top 3 queries in the next few hours / days. Then run them through DB tuning wizard on your DEV or offline DB...
September 11, 2008 at 6:15 am
Hi
Can you give more details around the performance issues, have you identified that there are too many transactions per second, causing other queries / sessions to wait?
Have you identified that...
September 11, 2008 at 4:46 am
Hi
The next step you could take is to run SQL Profiler to "catch" the sql that is being sent to the SQL Server.
You will need to select the relevant filters...
August 22, 2008 at 5:31 am
Yes - the SQL 2000 data source is the same as any other.
Thanks
Kevin
August 18, 2008 at 1:27 pm
As Gail said the '_' character is a wildcard.
So if you wanted to only return the 1 record then the LIKE query would be:
select * from #Like_Test where Col1 Like...
August 18, 2008 at 12:10 am
Hi - yes that sounds like a good option.
Will this work for you?
Let us know
Thanks
Kevin
August 4, 2008 at 2:42 am
Hi - you are right - you need to restrict access. Some advanced users even make use of Excel to connect to SQL and run queries that way.
I would suggest...
August 3, 2008 at 11:33 pm
Hi
We are fotunate in that we have an ERP system that makes use of a single account to connect to the DB and this is a Windows account.
So users do...
August 3, 2008 at 12:49 am
You mention that you changed the server names, does this mean that 2 servers have "shared" a name?
There are potentially registery entries that are still pointing to the instance name...
July 4, 2008 at 3:14 am
Hi - yes the instance you talk of is the Named Instance and you can have many of the same of these names as the SQL Instance is actually both...
July 3, 2008 at 12:11 am
Hi Sherry
A default instance of a SQL Server 2000 or 2005 is usually the PC Name.
You can not have the same PC name on the same domian.
In SQL 2000 /...
July 2, 2008 at 11:14 pm
I agree with the idea of the staging area as the following can be done:
* Load data to tables & refresh these daily (overwrite if required)
* Choose the order of...
June 20, 2008 at 12:25 am
Hi
I have an issue with Maintenance Plans that I can not save with my client tools. The error message is:
"No description found" - and a red X
But if I...
June 19, 2008 at 1:11 am
Viewing 15 posts - 1 through 15 (of 114 total)