0
votes
1answer
20 views
Trouble deploying database from VS2008 to SQL2005
We are using VS2008 deployment for our databases[database solutions in VS where each one has their own schema.]
The script it produces does not work quite well. "Before deployment it compares the …
0
votes
0answers
23 views
Manage timeouts in the Reporting Services 2005
Hi.
There're some problem. I have a report which is executed long time. When the one hour passes "The page cannot be displayed" error is appear.
I think it's smth. with timeout settings.
This …
0
votes
3answers
31 views
SSAS - Custom Total
I'm trying to create a cube where the total is taken from an attribute on the fact and not calculated as an aggregate of the children in SSAS 2005. For example
Assume I have 10 stores which all had …
1
vote
3answers
59 views
How do I convert my CASE WHEN THEN statement?
Please help me to convert the below statement:
CASE
WHEN TITLE IS NOT NULL THEN 'A'
WHEN LOCAL_TITLE IS NOT NULL THEN 'B'
END
AS COMBINED_TITLE
to something like this:
…
0
votes
0answers
15 views
SQL Replication snapshot deployment from SQL2005 to SQL2000 bcp parameters incorrectincorrect
I am replicating using transactional replication from SQL2005 to SQL2000 however the deployment of the snapshot is failing on the bulk insert of the data into the subscriber tables (works fine to a …
1
vote
6answers
110 views
What should a SQL Parameter be in a update statement be when its not required
As the the question says, what should i set the value of a parameter to if i dont want it to update the DB.
e.g. update table1 set col1 = @someval , col2 = @someotherval where col3 = 1;
if in my c# …
0
votes
2answers
37 views
Defragmenting SQL indexes
I have been trying to defrag indexes in SQL Server 2005 and nothing seems to work. I have created multiple Maintenance Plans using the wizard but the job always fails. I have run the script from …
1
vote
2answers
113 views
PHP - SQL Server 2005 express to 2008 standard problem
I have a PHP app running happily on the following system:
web app: PHP version 5.2.3
OS: Windows Server 2003 Standard 32 bit
database: SQL Server 2005 (express)
web server: IIS 6
I'm trying to …
0
votes
0answers
112 views
SQL Server Reporting Services 2005 - Problem Rendering HTML in Reports
Hi all,
I have been working on as Asp.net Application which is displaying SSRS 2005 reports in Local mode using Asp.net ReportViewer control. We have several DB fields having HTML data is saved. We …
2
votes
1answer
196 views
How to bulk insert into a table in sql server 2005
Hi all,
I have a storedproc which takes an ntext field where some records are passed.
Suppose there is a table t as below.
| ID | Name | Designation|
--------------------------
| 1 | ABC | Team …
0
votes
2answers
50 views
Visual studio 2008 problem
i am using visual studio team system 2008 and VSS 2005. I took a latest copy of a project from VSS. Now when i try to open that project, it is showing error
"This version of visual studio does
…
0
votes
3answers
173 views
How to refresh a page when record in db table get changed in ASP.Net 3.5
Hi all,
I have a page contains a Gridview showing record from a db table e.g. "tblEmployee".
If a record inserted/updated/deleted in that table then I need my page to be reloaded so that the gridview …
1
vote
4answers
42 views
Problem While receiving events from a thread
Hi everyone
I'm Doing a project on FileTransfer in which i have a listview , i will get events from one of my class file for updating the percentage of the file sent so far,after receiving it i will …
0
votes
1answer
12 views
Subsonic and the VB.net 2005 interop toolkit
I have an application I am converting over from vb6 to vb.net 2.0/3.5. Using Subsonic 2.2 and the vb.net Interop Toolkit 2005. Cannot seem to get the .net form using subsonic to work inside the …
0
votes
2answers
146 views
How to unlock user account in SQL Server 2005 Management Studio?
One of user name tried login many times and failed. Sql server 2005 locked account automatically. How can I unlock user account in SQL Server 2005 Management Studio?
