Viewing 15 posts - 1,606 through 1,620 (of 5,103 total)
Keep in mind that sp_change_users_login ONLYworks for SQL Server Logins
* Noel
September 26, 2007 at 12:34 pm
The Reason BULK INSERT is faster than bcp is because it runs IN-PROCESS that is why M$ uses "INProcess Loader" term to refer to it and "Out-of-process Loader" to refer...
* Noel
September 26, 2007 at 12:16 pm
I have faced this problem before in jdbc. what happens is that your prepared stament was previously compiled with a set of parameters that have a very different distribution of...
* Noel
September 26, 2007 at 12:11 pm
it is a recommended practice that when you use subqueries you prefix all column names with a table alias!
* Noel
September 26, 2007 at 12:06 pm
Totally agree with Matt and you can use either Min or Max ... just be carefull if you have Nulls !
* Noel
September 26, 2007 at 12:01 pm
Mark Shvarts (9/26/2007)
with problem(problem_name, kount)
as
(
select
problem_name = pr.name,
kount ...
* Noel
September 26, 2007 at 11:58 am
Those indexes that do not go further down in "fragmentation" levels are ususally part of very small tables so I would not worry about those at all because for small...
* Noel
September 26, 2007 at 11:47 am
I had a similar issue of missing-at-the-publisher records but I am still investigating ....
If you have found anything, can you please let us know
* Noel
September 26, 2007 at 11:20 am
I can't find anyway of determining whether or not a column is computed. In a couple of tables I use computed columns and obviously if I try to insert...
* Noel
September 26, 2007 at 11:13 am
Before you go and run to implement SIMPLE recovery mode make sure that your managers understand the "data loss" risks they are exposed to and only if it is acceptable...
* Noel
September 26, 2007 at 9:10 am
This a very "risky" proposition which I would doubt most people would dive into.
* Noel
September 26, 2007 at 9:04 am
Matt,
I never meant to say that you are running clusters on cheap hardware :D. I just mentioned that the entire system not just the SAN must be certified to work...
* Noel
September 25, 2007 at 2:53 pm
Sorry Matt, but I could not disagree with you more in some of your replies 😀
A standard MSCS setup of SQL server requires no specialized hardware (an extra NIC, and...
* Noel
September 25, 2007 at 11:51 am
Clustering Technology on MS SQL Server is IMHO the most hyped least bang-for-the-buck thing people tend to use. The expense you incur with all that specialized hardware is really not...
* Noel
September 25, 2007 at 8:50 am
You should use separated log files so that you can recover the "chain". Some people do like a single TLOG backup file but my personal experience indicate that is easier...
* Noel
September 25, 2007 at 8:23 am
Viewing 15 posts - 1,606 through 1,620 (of 5,103 total)