Viewing 13 posts - 1 through 13 (of 13 total)
Yes, that's my idea. 95% of my customers are SQL Server, but I can't ignore the 5% that uses only Oracle, because they are important customers, and they do not...
August 2, 2012 at 7:03 am
Isn't the Reporting Services Runtime free to use and distribute? I won't use the Reporting Services portal that comes with SQL Server, nor will the customer develop reports. I would...
August 2, 2012 at 6:47 am
I'll look into it! Tks so much for your time and attention!
January 7, 2011 at 2:01 pm
Well, good point there. We need row locks for several critical tables updated by our application server, to serialize access to them, and avoid deadlocks due to some denormalized columns...
January 7, 2011 at 1:31 pm
I can tap into the Entity Framework to get the connection, and then use "real sql" with query hints to enforce the row lock, but that kinna beats the purpose...
January 7, 2011 at 1:13 pm
Ok. I was worried there for a second.
Tks for the tips!
February 19, 2010 at 5:17 am
I did disable xp_cmdshell after my test.
And I posted back the solution I received from the other forum... Is this what you mean by closing the topic?
February 19, 2010 at 2:42 am
The file name was missing... stupid mistake... focusing on the complex things, and missed the simple things...
February 6, 2010 at 12:57 pm
I had the same problem, but in my case, the URL to the Report Server was wrong, without the instance portion of it. After I corrected the URL, the prompt...
December 31, 2008 at 1:42 pm
To share the results of my tests, I developed one view, VWRetentiv that has the CASEs directly into it, and a VWRetentiv2 that calls the functions that has the CASEs....
December 1, 2008 at 1:29 pm
Hello Michelle,
Not in my case, since the rows that need change would have to be updated every second. A small example of the function that I'm generating for my benchmarks:
ALTER...
December 1, 2008 at 12:55 pm
Lynn,
First of all, I'm sorry for not posting all the table contents, but it's a 100 column table, so the view and the functions are pretty huge. I just wanted...
December 1, 2008 at 11:39 am
What information should I see on the execution plan? CPU and IO times?
December 1, 2008 at 11:19 am
Viewing 13 posts - 1 through 13 (of 13 total)