Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~198 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for pv.vasconcelos

Hi Guys, I have a script (vbs) that exports the contents of the database (SQL Server) generating an XML file, but he always brings with encoding UTF-16. Is there any way to change to ISO-8859-1 through exports? Or maybe in the XSL file? Here a piece of code that exports: …

0
84
Member Avatar for dearjitu

Hi Dearjitu, The following function serves you need: [CODE] CREATE FUNCTION dbo.fn_RoundTimeToMinIncrement ( @TIME DATETIME , @MIN SMALLINT ) RETURNS DATETIME AS BEGIN /* Ensure minutes is a positive number */ SET @MIN = ABS(@MIN) IF @MIN > 1440 SET @MIN = 1440 /* We are going to separate the …

Member Avatar for ergen
0
113

The End.