Viewing 7 posts - 1 through 7 (of 7 total)
I was in the File Explorer Window and went to the File Menu and then clicked on the cmd prompt.
the cmd prompt window opened with the:
1>
2>
and so on.
March 31, 2021 at 2:53 pm
I was able to run the cmd prompt and execute sql statements. It had the 1> prompt in the screen.
I could not find a sqlcmd.exe or a sqlcmd.bat. I did...
March 30, 2021 at 9:12 pm
Microsoft SQL Server 2012 ( SP1 ) - 11.0.3156.0 (X64) May 4 2015 Express Edition 64-bit
what is the difference between tables like:
OrionAuditLog
OrionAuditLogMT?
Seems the only thing to do is...
June 8, 2016 at 8:13 am
I think it is Express. How do I tell?
I wil try expanding the db as per the note.
thanks.
June 7, 2016 at 1:55 pm
If I run this cmd:
select count(*) from ePO_MS.dbo.EPOProductEvents
where DetectedUTC < DATEADD(dd, -30, getdate())
------
1147
A straight table select returns 1277.
I don't have a table EPEEventParameters?
I don't believe this is SQL Express. ...
June 7, 2016 at 11:11 am
is it possible to truncate the ProductEvent table? Instead of deleting from it?
thanks.
June 7, 2016 at 9:39 am
It is SQL Server 2012 and is hosted on the C drive. The C drive has 12 gb of free space.
thanks.
June 7, 2016 at 8:53 am
Viewing 7 posts - 1 through 7 (of 7 total)