Viewing 11 posts - 166 through 176 (of 176 total)
Putts (5/9/2012)
May 9, 2012 at 12:37 pm
The table is fairly simple. Be a bit of a pain to construct the data manually, each produced item (thousands of them) has 72 records where the CblSn is the...
May 8, 2012 at 1:46 pm
Rod,
Based on the above, my understanding is that you can access the reports via the ReportServer URL but not via the Reports URL... is this still the case?
Maybe a...
May 3, 2012 at 2:25 pm
Next time it happens, try running this in another window and see what comes up:
select * from sys.dm_os_waiting_tasks where session_id > 50 and session_id != @@spid
select * from sys.dm_exec_requests where...
May 3, 2012 at 8:27 am
TeraByteMe (4/27/2012)
April 27, 2012 at 3:19 pm
riya_dave (4/23/2012)
but i like something like this,for each row return by query the loop should run.while there is row in the table
that is the condition i need ,i dont know...
April 23, 2012 at 2:35 pm
According to NetApp, they consider this to be a SQL problem. Can't say I'm thrilled with their support at this point.
They initially insisted that it was a SQLVDI problem;...
February 14, 2012 at 9:14 am
We have a database that's had a trailing space at the end of it's name since before I started with the company. So far they've resisted letting me fix...
February 13, 2012 at 11:47 am
Interesting solution, but honestly I think a far better solution is to train your developers to avoid doing things like SELECT * in production code, along with having a good...
February 14, 2011 at 3:29 pm
you need to make the database trustworth.
Try this:
alter database [DBNAME] set trustworthy on
Tried that and it didn't work, but thanks for the suggestion 🙂
I ended up "fixing" the problem by...
August 19, 2010 at 7:59 am
With all respect, the comparisons made for EXCEPT and INTERSECT in the article are kind of like driving a Ferrari 458 to your corner grocery, and from that concluding that...
May 21, 2010 at 9:30 am
Viewing 11 posts - 166 through 176 (of 176 total)