|
I have a web application, backed by a SQL Server database, which was working fine till yesterday. Now I have performance issues with that application. How do I know whether it is an application issue or database issue or hardware issue?
Can anyone help...
Started by Anoop on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If something happened in the code and the performance issue correlates.
Do you.
The DB directly from a SQL console window and see if the performance issue is purely in the DB.
|
|
Hi
this is my Flash file
<param name="movie" value="Flash/HomeMaster.swf?SID=<%Response.Write(strSess);%>" />
in .cs file
in i have declare an varaiable called= strSess
in page load i have assisgned an value
strSess ="1234";
but when i run...
Started by prince23 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hello,
In the cs file:
public string strSess = "1234"
In your presentation:
<param name="movie" value="Flash/HomeMaster.swf?SID=<%=strSess%>" />
Good luck with it! .
Your variable needs to be public in order to be seen by the .aspx page .
|
|
This is making me kind of crazy: I did a mysqldump of a partitioned table on one server, moved the resulting SQL dump to another server, and attempted to run the insert. It fails, but I'm having difficulty figuring out why. Google and the MySQL forums...
Started by bradheintz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It turned out to be an SElinux issue - all my filesystem permissions were: When you have a permissions issue but ownership and filesystem permissions are obviously correct.
System file permissions.
|
Ask your Facebook Friends
|
Hi,
At work we use typed dataset in some projects for our DataAccess layer. Sometimes we extend them using the partial class feature : using View code on a dataset create a DataSetName.cs with the partial class declaration where you can add code. Inside...
Started by Cédric V on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Visual Studio 2008 SP1 fixed this issue..
To find some workaround to have it the old way .
|
|
I'm using NHibernate + Fluent to handle my database, and I've got a problem querying for data which references other data. My simple question is: Do I need to define some "BelongsTo" etc in the mappings, or is it sufficient to define references on one...
Started by Stian Karlsen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Your code clearly shows an opening and closing....
This happens all at runtime.
Using NHibernate or Fluent-NHibernate, every class you use that maps to your data is decorated (which is why they need to be virtual) with a lot of stuff .
This is a typical problem.
|
|
Consider the following scenario:
type PStructureForSomeCDLL = ^TStructureForSomeCDLL; TStructureForSomeCDLL = record pName: PAnsiChar; end function FillStructureForDLL: PStructureForSomeDLL; begin New(Result); // Result.pName := PAnsiChar(SomeObject.SomeString...
Started by utku_karatas on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could initialize result.pname with GetMem....
You could use a conversion system to hold references, like in your example .
You could change SomeObject's class definition to use an AnsiString instead of a string .
There are at least three ways to do this.
|
|
Every time when I post something, it just won't respond and it just sits there saying "connecting" in my browser and then a blank white screen appears.
I suspect it's a server issue at GameSpot's end, so get in there and check it out! :P
Started by GamerwillzPS on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at gamespot):
The entire issue has been fixed now anyway as PMs are working again..
|
|
Issue 100 of Retro Gamer is going to be in shops today and it also includes a reprint of the original issue 1
Here's the content
Developer Autographs
Eastern Blocks: The Story Of Game Boy Tetris
Baer's Odyssey (interview with Ralph Baer)
The Making Of...
Started by Darran@Retro Gamer on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at retrogamer):
The postie placed issue 100 in my hands this morning - look forward to immersing myself in it! And you got Braybrook too - nice work!
Is there an alternative gift for people who already own issue 1 and congratulations on the 100th Issue....
|
|
Its now been 5 weeks ive had my clipper on the road (i use that turm loosely) and after serviceing it and changing the fuel pump, fuel filter, fitting a non return valve in the fuel line and taking the carb to bits its still cutting out when I put my ...
Started by flet3000 on
, 12 posts
by 3 people.
Answer Snippets (Read the full thread at com):
For the advice il check that 2morra as its still in the car, the reason i think its fuel issue fuel going to the carb maybe a accellerator pump issue, its supposed to spray a burst of fuel in when.
|
|
Apologies for this post, but it's quite a big deal and your memebers should find it of interest Particularly the andrew braybrook and rob hubbard interviews
Issue 100 of Retro Gamer is going to be in shops today and it also includes a reprint of the original...
Answer Snippets (Read the full thread at lemon64):
Cool issue with Rob Hubbard and an Andrew Braybrook features the coverdisc)
This particular issue....
Got mine today too.
I was first time in London in my life few weeks ago and my girlfriend found retrogamer issue 99 for Commodore 64.
|