Viewing 15 posts - 16 through 30 (of 53 total)
Yesterday it also happened to me in a server that will be in production in a week, so I could do all the tests I want now. I wasn't at...
May 13, 2009 at 2:53 am
It would be nice to know the space used and the space available too...
February 20, 2009 at 3:43 am
Greg Charles (12/17/2008)
When using log shipping or db mirroring, the receiving server doesn't need a seperate license as long as it remains passive. If queries are run against the...
December 18, 2008 at 8:19 am
In fact, using LINQ to SQL, or Entities without Partial classes can be quite painful, I think. It's nice when you want to create functions to get data filtered, for...
November 19, 2008 at 7:06 am
Nice question 🙂
Usually I do myself and I get Gail answer: better the composite key solution. A reason I've is that probably a large number of queries will be to...
November 18, 2008 at 7:33 am
I was asking myself the same question. Because although they are different they're used for quite the same (High Availability), but I don't know which one to use.
In a SAFETY...
November 17, 2008 at 7:45 am
Nice Ad. You should have included the price and licence in the article.
Anyway, I think that if you just use stored procedures, it can be a good idea, but...
November 12, 2008 at 11:24 am
Is it possible to log the RAISERROR messages into a table and not just to the Windows Even Log?
I've some stored procedures with the following line:
...
October 23, 2008 at 9:31 am
If it's a Express Edition or you've changed the installation directory, before you have to run this:
start /wait setup.exe /qb INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine REINSTALLMODE=v
Hope this works to you too 🙂
Josep.
October 23, 2008 at 4:07 am
I think it doesn't work when there's BLOB fields (at least with IMAGE type) in SQL Server 2005.
October 21, 2008 at 7:52 am
I prefer the simple queries (just an INSERT, UPDATE, DELETE) to be done directly from the application. But when there's a lot of queries to do at the same time...
July 30, 2008 at 5:16 am
If you want to use SQL instead of other applications and you're using SQL Server 2005, why you don't use the extended procedure xp_delete_file?
Personally I feel it quite restricted and...
July 29, 2008 at 3:56 am
I'm 27 and I've been working with SQL Server for 6 years now and .NET for 2. I'm quite specialized and sometimes I get worried thinking how fast the IT...
June 26, 2008 at 4:20 am
As mojo said, it would be a great think to know wheter the hotfix is public or not.
And I'm also having the same question as Martin Vrieze had. Is it...
April 23, 2008 at 2:57 am
I've also enjoyed the article.
It's very clean to do that in this way. There's no need to do it in .NET 🙂
I also suppose that it performs much better...
April 10, 2008 at 9:02 am
Viewing 15 posts - 16 through 30 (of 53 total)