Viewing 15 posts - 1 through 15 (of 67 total)
We have couple of applications that run on this kind of architecture. One of them is a warehouse management application that is based on Hibernate and it has been able...
February 27, 2013 at 12:41 pm
GilaMonster (2/8/2013)
February 8, 2013 at 9:49 am
Hopefully, this answers your question on removing the node from the cluster.
http://msdn.microsoft.com/en-us/library/ms191545(v=sql.90).aspx
February 7, 2013 at 12:14 pm
[font="Verdana"]Parminder,
Could you provide us some more information as to how the database went into recovering mode?
Are there any messages in the errorlog that say that the DB was shutdown?...
February 7, 2013 at 12:03 pm
Just wanted to point out that OR combines two conditions. As far as I know; it means that 'Expression A' and 'Expression B' are evaluated and then the OR operator...
January 9, 2013 at 5:47 am
Good post 🙂
I would've loved it if you could have covered the profiles also as part of the introduction as it becomes an integral part of the whole experience.
August 8, 2012 at 12:47 pm
alexf01 (3/6/2012)
Just one question, what does this mean:
When working with large CSV files, instead of piping the output of Import-Csv cmdlet is a little faster and does not consume...
March 7, 2012 at 7:18 am
Automating daily tasks is not only easy with Posh but, fun as well 🙂
Chad Miller's MSCS code on poshcode site is a wonderful starting point if you want to...
December 7, 2011 at 8:55 am
Or simply use logparser from microsoft. I think version 2.2 is the latest that was released. Anyways, once you have logparser you can query your csv file in SQL like...
January 28, 2010 at 10:38 am
[font="Verdana"]Excellent article Perry 🙂 and here is another set of articles that might be an interesting read for the users on the same topic. Hope you guys find these articles...
May 14, 2009 at 3:05 am
[font="Verdana"]Yes, it looks like the new service account does not have access to the folders specified. Try giving the new service account full access to the folders and see what...
May 4, 2009 at 5:28 am
Laerte POltronieri Junior (12/24/2008)
I have some problems with one environment..
It was a virtual cluster active/passive with 2 virtual nodes and virtual disk in procution and onde node is...
December 28, 2008 at 11:21 pm
[font="Verdana"]Shirnking databases is not normally advised, if you have the resources. But since, this is a development database...you might want to try this code. Don't use it on production 🙂
USE...
December 22, 2008 at 10:41 pm
roja.hafezi (12/22/2008)
You can add your users to db_ddladmin role !:D
He said, without granting the db_ddladmin role.
Anyways, I had the same problem any suggestions on how to achieve this in...
December 22, 2008 at 10:24 pm
[font="Verdana"]Do read, the link that ps has posted. But, this code should help you out:
SET NOCOUNT ON
DECLARE @iFileExists INT
create table #table (File_exists int, File_directory int,parent_dir int)
--If the path has spaces...
December 22, 2008 at 12:01 am
Viewing 15 posts - 1 through 15 (of 67 total)