Viewing 15 posts - 286 through 300 (of 455 total)
Hope this link has the info to resolve your issue..
http://www.datamasker.com/SSE2005_NetworkCfg.htm
Thx..
May 15, 2006 at 10:04 am
In the books online it is mentioned about the three options however I too did not find the third option on my installation, wondering if we it is any configuration...
May 15, 2006 at 9:55 am
Who have to loop through sysobjects and syscolumns using cursors and building dynamic queries and have to decide if you want the queries to be built for each column independently...
May 15, 2006 at 7:26 am
Just wondering why do you want these Marks History records for that are orphon? One way you may want to keep your records intact even after deletion of Master records...
May 15, 2006 at 7:19 am
First check the security setting of your report server and then check if your reports fine in the designing mode preview, verify with your credentials and set the same settings...
May 12, 2006 at 4:56 am
The easiest way to do it is through the Enterprise Manager click on stored procedures and select the stored procedures you want to script and right click on them and...
May 11, 2006 at 4:51 am
Permissions issue may not result in a "source in use" alert, so check if there were any pending active connections by running sp_who commands.
May 11, 2006 at 4:06 am
Well primaryly try to optimize your query, do index tuning on your tables and see if you can optimize your stored procedure. And try to see the timeout setting on your...
May 11, 2006 at 2:36 am
The Images are not visible.
May 11, 2006 at 1:44 am
While defining the report parameters set allow nulls to true and default value to NULL. Also check if you have bound your dataset stored proc input parameters to your report...
May 11, 2006 at 12:56 am
I don't think you can manipulate the interval on the chart, why don't you manipulate your stored proc to return the data with each interval spanning 5 days.
May 10, 2006 at 3:47 am
Well if you are trying to export a report to excel if the report a link to a different report URL it will directlty support the drilldown functionality, if you...
May 10, 2006 at 2:26 am
Infact in SQL Server 2005 we have NVARCHAR(MAX) datatype that has a maximum storage size of 2^31-1 bytes
May 10, 2006 at 1:52 am
In SQL Server 2005, you have the option of scripting the stored procedure for SQL Server 2000 format, generate the script using the wizard and try opening from your editor...
May 8, 2006 at 7:50 am
In ASP.NET the pagination is not driven off of your primary key, if you are binding your dataset to a datagrid you need to set two options for implementing the...
May 8, 2006 at 7:45 am
Viewing 15 posts - 286 through 300 (of 455 total)