Viewing 15 posts - 196 through 210 (of 605 total)
Visit http://www.red-gate.com/
Extremely cool product suite.
July 4, 2008 at 10:47 am
I've not used VB6 against a SQL database for a while, but you can't use refresh to process a different query.
I used to open a connection at the beginning of...
July 4, 2008 at 10:46 am
Just qualify the database in the FROM clause.
SELECT Col1, Col2
FROM TestDB1.dbo.MyTable
SELECT Col5, Col10, Col7
FROM DifferentDB.dbo.AnotherTable
Run the queries and you'll be querying the databases without the need to change the database...
July 4, 2008 at 10:42 am
From Enterprise Manager, right click on SQL Server Group and choose New SQL Server Registration and follow the wizard. This will allow you to navigate the other SQL Server...
July 4, 2008 at 10:38 am
You soon learn to work out which trains are less crowded and at what times the newer trains with air conditioning leave the station!
The older trains with no air con...
July 4, 2008 at 5:47 am
I catch a train, so no...
However, should I decide to drive in one day then I would imagine that getting into Piccadilly Circus in the West End of London at...
July 4, 2008 at 4:44 am
I guess I was being optimistic in hoping for 6 points as well as a promotion and a bonus!!
July 3, 2008 at 10:54 am
Just checking the obvious.
With regards to the imported data - Do all the fields specified in the WHERE clause contain data? Just wondering if some fields don't contain anything...
July 1, 2008 at 8:00 am
dotnetdns (7/1/2008)
I need to use QA to format a field (char, 14) of phone numbers to insert brackets around the area code:current field value:
4075551212
new field value:
(407)5551212
Thanks for taking a look,
Doug
Check...
July 1, 2008 at 7:32 am
Hey,
Can you update/delete imported records from Query Analyser?
Can you give an example of an imported record and one which was created (a select from the table would be good) and...
July 1, 2008 at 7:14 am
Mani Singh (7/1/2008)
In SQL Server configuration-> click on SQL Server 2005 Services and check to see for SQL Server Integration...
July 1, 2008 at 7:05 am
I guess the easiest way is to to the Start - Programs - Microsoft SQL Server 2005 and then look for SQL Server Business Intelligence Development Studio.
Also check Add/Remove programs...
July 1, 2008 at 7:05 am
I generally hide under the desk and pretend it doesn't actually exist :w00t:
July 1, 2008 at 5:29 am
Are your production servers up 24/7? Do you have any downtime in the evenings or weekend?
If so, can you bring the services down then? I know you are...
July 1, 2008 at 2:10 am
Hi John,
If your worried about databases not starting up, take a backup of the master and msdb databases.
If they don't start, you have a backup from which to restore to...
June 30, 2008 at 9:27 am
Viewing 15 posts - 196 through 210 (of 605 total)