How we can transfer balance gl from one fiscal year to another fiscal year? plz, give in detials, it's urgernt.
3 11310Syntax to find the used space and free space of the Data file in a database(SQL Server). Following queries didn't give the exact Used space and Free Space Information sp_spaceused;DBCC showfilestats;exec MyDbName.dbo.sp_spaceused;SP_HELPFILE Can any one tell me the query for how to find the exact used data file space and free space in a Data File?
2 7750How to generate the Reports for the Database? I need an Example for it.Will we manually do this or else any script is there? Please let me know ASAP...
1 3951When we are using this query to shrink the log file,what
exactly it will execute internally? Do we lose any data
when we run this script? which data it will truncate in the
log file and where it is saved. Please let me know...
USE DatabaseName
GO
DBCC SHRINKFILE(
one of my database size is 2gb and Unrestricted Growth for Data file up to 10%.But every day after day I am getting Primary Data file is full 99.999 please take appropriate actions.Why it is? Even disk space is also not full,but still I am getting the alerts.
1 5293I am running a job with 1000 records.. If the job gots aborted after loading 400 records into target... In this case i want to load the records in the target with 401 record... How will we do it??? This scenario is not for sequence job it's only in the job Ex: Seq file--> Trans--> Dataset..
9 30733There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?
1 6474Post New Cognizant Interview Questions
What is value type and refernce type in .net?
Can I upgrade exchange 5.5 in place to exchange 2003?
What do you know about different sorting algorithms?
What does :: before mean in html?
How different are the concepts of migration, emigration, and immigration
What is NOT NULL Constraint in sql server 2012?
What is the limitation on the block size of pl/sql?
What is the difference between alt f4 and ctrl f4?
what is the constructor and how many types of constructors are used in java?
what will happen if i connect 12 volt battery with 24 volt battery charger.
How do I install php?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
Explain ale
Explain if gateway server is not present can we do load balancing?
What is sqldatareader c#?