Viewing 15 posts - 1 through 15 (of 27 total)
Yes i have the required permissions ,still not able to get the error.Could you tell me why facing this same issue.
July 12, 2012 at 6:23 am
Thanks a lot .I have understood between parse and run time error.Probably this did not clicked my mind.Once again thanks.
February 9, 2012 at 4:52 am
Hi ,
It is better if you tune the queries,may be stored procedure whci are running in your environment.We also had the same problem our development team tuned the sp's and...
May 4, 2011 at 11:50 pm
looked for all the build-in system functions and query types (joins) used in previous version and confirm if they still work in newer versions.
3.Pulled all the datatypes used in previous...
May 14, 2010 at 12:04 am
ok was it working fine before or from the beggining it is giving error.
-sandeep
April 28, 2010 at 1:08 am
Hi,
Are you strating the service in the logon user to Local System Account or using some other a/c.
April 28, 2010 at 12:26 am
Hi,
Yes you can use custome code for export to excel .
Thnks
Sandeep
April 27, 2010 at 4:34 am
Hi,
Pk violation is what you should be looking at and try to analyse as why this violation has happened.
April 26, 2010 at 10:20 pm
Hi,
SELECT *
FROM TABLE
WHERE ID = (SELECT MAX(ID) FROM TABLE)
What does your table structure look like? Do you have a naturally
increasing column...
April 26, 2010 at 12:01 am
April 16, 2010 at 3:30 am
Hi,
this stored procedure will give you database space used and free space.
use dbname
sp_spaceused about the data files.
go
hope this helps thanks
April 15, 2010 at 10:05 pm
Hi just to add on one more reporting tool is
BIRT is an Eclipse-based open source reporting system for web applications, especially those based on Java and J2EE. BIRT has two...
April 15, 2010 at 9:54 pm
Hi,
Can go through this links.
http://support.microsoft.com/kb/224071
http://support.microsoft.com/kb/907511
Thanks.
April 14, 2010 at 3:56 am
Hi ,
Just to add on iam attaching one article which i found is useful.Just read this also:
Why use asynchronous, queued messaging? Queues enable flexible work scheduling, which can translate into...
April 14, 2010 at 12:46 am
Hi,
The following new features in SSIS 2008:
Lookup Enhancement
Data Profiling Task
Pipeline Memory Limiter
Pipeline Performance - Multicast Transform and Threading in SQL Server 2008
VSTA support for Script...
April 14, 2010 at 12:15 am
Viewing 15 posts - 1 through 15 (of 27 total)