Viewing 15 posts - 466 through 480 (of 1,335 total)
I do prefer the second one its easy to join columns when the column names are same and also easy to remember them.
July 18, 2007 at 7:45 am
Why not the report services can't be installed in remote servers. They can be done. Only thing is they will have thier databases here in the local database server and...
July 18, 2007 at 6:46 am
TO add more info just removing rows from the table will not free up disk space as there might be file level and table level fragmentation. You need to defrag...
July 18, 2007 at 6:34 am
You need to free up space used by the database. Shrink the data file so that your unused space will be taken by the OS.
July 18, 2007 at 6:32 am
You should set a complex password by default for sa did you do that.
July 18, 2007 at 4:07 am
What is the version of MDAC? is latest SP applied.
July 18, 2007 at 3:50 am
You can use SSMS to change the password. Move to the folder security and logins where you will find the sa user right click and properties and change password.
July 18, 2007 at 3:43 am
You can use profiler to trace and track when the object gets created. That should be helping you.
July 18, 2007 at 3:22 am
Then give select @ db level and control permissions @ object level so that he can grant permission to other users.
July 18, 2007 at 2:19 am
sp_helprotect will not be useful. Can you list the extended procedures and check what is the xtype of them and include that.
July 18, 2007 at 2:05 am
Where they same editions and build numbers?
July 18, 2007 at 1:53 am
Yes that can be done if you are using windows native backups move the backup file to disk and then restore from disk.
July 18, 2007 at 1:41 am
Use the import/export option with 2005 in SSIS, they use SQL native client than using ODBC\OLEDB providers. Also post the exact error message so that we can confirm if that...
July 18, 2007 at 1:37 am
But this is not the right solution. You have uninstalled and reinstalled so that you have avoided the problem that you got earlier.
July 18, 2007 at 1:35 am
Viewing 15 posts - 466 through 480 (of 1,335 total)