Viewing 15 posts - 1,381 through 1,395 (of 3,738 total)
I have tried Yes, Save my current Settings and No just reset settings, overiding my current settings.
June 26, 2012 at 3:38 pm
Jared,
You are right. I should not have to reinsall for something like this.
This is what is happening:
When I close an SSIS Solution I get the following error:
The Automatic saved settings...
June 26, 2012 at 8:35 am
I tried the free version of SQL Pretty Printer for SSMS but it did not format very well.
I tried a few other free formatting tools as listed at the following...
June 26, 2012 at 6:10 am
Is the driver issue the only justification that you have for upgrading to the Enterprise Edition?
June 26, 2012 at 5:47 am
The company that hosts our AS400 (huge company) recommends the iSeries Client Access Drivers.
They have a lot of clients and they use these drivers in their proprietary DTS and SSIS...
June 25, 2012 at 3:22 pm
Charmer (6/25/2012)
i am having some concerns....If my client machine does not agree with upgrading from sql standard edition to enterprise edition, what should i do?
Perhaps I'm missing something but the...
June 25, 2012 at 1:04 pm
The following script includes the schema Name.
What are some of the pros and cons of using the DMV's as opposed to the Database Tuning Advisor?
SELECT
DB_NAME(dm_mid.database_id) AS DatabaseName,
dm_migs.avg_user_impact*(dm_migs.user_seeks+dm_migs.user_scans) Avg_Estimated_Impact,
dm_migs.last_user_seek AS Last_User_Seek,
Schema_Name(tbl.schema_id)...
June 22, 2012 at 2:14 pm
GilaMonster (6/22/2012)
Join to sys.tables on object_id, then to sys.schemas on schema_id. Add sys.schemas.name to the list of columns
Thanks!
I could exclude the sys.schemas table and use the Schama_Name Function on Schema_Id.
What...
June 22, 2012 at 11:40 am
It is already getting the Schema Name.
I'm unsure about the JOINs.
Thanks.
June 22, 2012 at 11:11 am
For a SQL Server 2008 R2 64 bit System I use IBM System Access for Windows V6R1 SI42423 (64-bit) on Windows 2008 R1 64-bit with SQL Server.
As was previously...
June 22, 2012 at 11:08 am
How do you navigate to your private messages?:unsure:
June 22, 2012 at 11:00 am
I'm sorry I misread it.
It is MB not GB.:blush:
I have been working a lot of hours and I'm tired and it's only Tuesday.
Thanks for the information!
June 19, 2012 at 4:34 pm
What can I do with those Databases?
June 19, 2012 at 1:46 pm
Viewing 15 posts - 1,381 through 1,395 (of 3,738 total)