Viewing 15 posts - 1,981 through 1,995 (of 2,497 total)
I think the behaviour is by design. You can change the package owner if you need to. However, the package creator is stored within the DTS object and cannot be...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 31, 2007 at 3:30 am
My understanding is there will almost certainly be some form of 'free' SQL Server 2008. In the meantime, you can download the SQL Server 2008 CTP, which is the Developer...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 29, 2007 at 3:47 am
Simon may be a rookie in this forum, but he has given a comprehensive and correct answer to the problem.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 29, 2007 at 3:43 am
Jon,
It looks like you are now getting process details using sp_who and sp_who2, which is often what you need to do. This is because the process display in SQL Server...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 29, 2007 at 3:40 am
I really don't like any of the responses that suggest switching between an active and a passive table while you reload the passive table. As stated in the first post,...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 29, 2007 at 3:19 am
We run DTS in a scheduled job. Some job owners are sysadmins and some are not. The biggest problem is file permissions - you need to check everything using the...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 23, 2007 at 2:59 am
I think people are trying to distinguish between standard SQL Server backup and restore (native mode) and using vendor products (Litespeed, Redgate, BMC, etc) to do backups.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 23, 2007 at 2:47 am
We use some 'generic maintenance' scripts to do backups, integrity checks, index rebuilds, etc on our servers. They do not use maintenance plans mainly because maint plans are limited in what...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 23, 2007 at 2:45 am
Every now and then I try out the Microsoft search process to see it has improved. So far I always go back to Google.
Even when searching for items on the...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 23, 2007 at 2:27 am
Another factor to add to Colin's list. When SQL starts and wants to allocate AWE memory, the amount you ask for must be availabe. If you ask for too much,...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 21, 2007 at 2:46 am
"If you think education is expensive, try ignorance". Educating staff so they can write efficient applications is the most cost-effective way to go, but what about the applications they wrote...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 17, 2007 at 2:45 am
Our standard is to rename the sa account. Use ALTER USER sa WITH NAME = 'something'. This makes it impossible for anyone to log on using an account name of sa. ...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 16, 2007 at 3:21 am
Back in the mid-90s when SANS were new and mainly used just for mainframes, a major bank had a very little problem with one of their SANs. A microcode upgrade...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 16, 2007 at 3:11 am
There are a few threads in this forum about upgrading to SQL Server 2005. It is worth searching for them as there are a lot of posts about the issues...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 16, 2007 at 2:56 am
Either way would work. Effectively you are doing a vertical partition on your data, so use the normal design criteria for checking if this is worthwhile. FTS would not care...
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
August 15, 2007 at 4:31 am
Viewing 15 posts - 1,981 through 1,995 (of 2,497 total)