3 results found
-
Executing SQL with named parameters causes a dialog to show up asking for the parameters.
If I have the following SQL:
EXEC sp_rename @objname='ardbPcbRelatedGames.PcbRelatedGamesID', @newname='PcbRelatedGameID', @objtype='COLUMN'
A dialog will pop up asking for the values for @objname, @newname and @objtype. Those already have values provided and it doesn't need to ask me for them.
3 votes -
Default column for datetime added getdate() as default.
It will not save that column. I get an error about the )
1 vote -
Results Grid truncates fractional seconds and ignores SQL Server datetime precision
Summary
Data grid does not display fractional seconds in the Results Grid according to the actual precision defined by SQL Server datetime datatypes. The grid appears to default to millisecond display regardless of the underlying column scale.Problem Description
SQL Server supports multiple datetime-related datatypes, each with well-defined precision and storage semantics:smalldatetime (minute precision)
datetime (fixed, ~3.33 ms increments)
datetime2(p) where p = 0 through 7
datetimeoffset(p) where p = 0 through 7
expressions such as AT TIME ZONE, which return datetimeoffset(7)In dbForge Studio for SQL Server version 2025.2.138, the Results Grid does not display fractional seconds based…
1 vote
- Don't see your idea?