How we can transfer balance gl from one fiscal year to another fiscal year? plz, give in detials, it's urgernt.
3 11595Syntax 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 7956How 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 4116When 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 5449I 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 31366There 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 6618Post New Cognizant Interview Questions
What is php limit?
Write the 10 high test cases for making video call/face time
How can we extract fields?
Name any four elements of design.
Php code to find whether a number armstrong or not?
What is secondary immune response?
What is ms powershell?
What is thread safety? How do you achieve it?
Differentiate between process.nexttick() and setimmediate()?
Explain me what procedure codes are you most familiar with? : insurance health
How do you verify an object presented in multiple pages?
How asynchronous call can be implemented using delegates?
What does linear in ‘linear regression’ actually mean?
What is the purpose of the return statement?
Name the components of hdfs and yarn respectively