Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : MS SQL Server

The transaction log for database XXXX is full

  • October 21, 2011

First get the name of your database logs use ycsoftware select * from sys.database_files Next just run the following to truncate the logs use ycsoftware go dbcc shrinkfile (ycsoftware_Log,1) backup log ycsoftware with truncate_only dbcc … Read more

    • Databases
    • MS SQL Server

SQL Server Setup failed to modify security permissions on registry key

  • August 24, 2011

“SQL Server Setup failed to modify security permissions on registry key SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\SuperSocketNetLib for user XXXX. To proceed, verify that the account and domain running SQL Server Setup exist, that the account running SQL … Read more

    • MS SQL Server
    • Other
    • Programming

An OLE DB error has occurred. Error code: 0x80040E21. Error: Cannot create an OLE DB accessor SSIS

  • June 3, 2011
  • 6 comments

I am writing this post for all the Microsoft pundits out there whose answers to a question such as “How do i export data to an excel spreadsheet using ssis?” is the following “it is … Read more

    • Databases
    • MS SQL Server

MySQL and MSSQL Maximum Integer (Numeric) Values

  • March 30, 2011

MySQL TINYINT   127 SMALLINT   32767 MEDIUMINT   8388607 INT 2147483647 BIGINT   9,223,372,036,854,775,807 MSSQL TINYINT 255 SMALLINT 32767 INT 2147483647 BIGINT 9,223,372,036,854,775,807 Reference MSSQL http://msdn.microsoft.com/en-us/library/aa258271(v=sql.80).aspx MySQL http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html

    • Databases
    • MS SQL Server
    • MySQL
    • Programming

Add and Subtract Hours to T-SQL Datetime

  • December 10, 2010

Add to 1 hour to the Current Date DATEADD(hh,1,getdate()) Subtract 1 hour to the Current Date DATEADD(hh,-1,getdate()) Add 1 hour to the Current Time and returns just the time part select Convert(varchar,( DATEADD(hh,-1,getdate())),8) Reference http://msdn.microsoft.com/en-us/library/ms186819.aspx

    • MS SQL Server
    • Programming
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

THANKS!!!.. worked like a charm......
It works!...
THANKS! FIXED the problem I was having!!! :) openSUSE LEAP 15.0 m...
perfect, thanks much...
thanks a lot...
Love it bro that worked for me thank you...
Same error, but on Mac, any ideas?...
Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top