Viewing 15 posts - 1 through 15 (of 88 total)
Thanks, it worked for new. However, I have some other cases for which I tried to make changes in your given query to get desired results. I have placing my...
July 9, 2019 at 8:31 am
CREATE TABLE [dbo].[tblEvent](
[eventId] [varchar](50) NULL,
[netobjectid] [varchar](50) NULL,
[EventTime] [datetime] NULL,
[EventType] [int] NULL
) ON [PRIMARY]
GO
INSERT [dbo].[tblEvent] ([eventId], [netobjectid], [EventTime], [EventType]) VALUES (N'33995300', N'6', CAST(N'2019-06-12T01:32:00.000' AS DateTime), 1)
GO
INSERT [dbo].[tblEvent] ([eventId],...
July 8, 2019 at 2:26 pm
It is my local system, I am on same machine, its running SQL Server 2019 SP2 with no issue.
April 30, 2019 at 6:29 am
Tried several options for date, "2019-02-28" with and without quotes, tried other different formats like 20180228, "28-Feb-2018" etc. and also tried advanced editor to provide DT_DBDATE all tried when frustrated...
April 2, 2019 at 5:33 am
I am facing same issue and have installed SQL Server 2012 SP4, both the report server A and database Server B have same installation and SP versions, but reports do...
March 14, 2019 at 4:57 am
Assuming the browser service is running, because it is started by default when SQL Server is installed normally on any machine. If any one else know how to bring the...
February 28, 2019 at 7:17 am
December 24, 2018 at 5:15 am
December 13, 2018 at 11:25 pm
Two servers (windows server 2016/SQL Server 2016) can see each others, mirroring was working too. Both machines can access each other using management studio. However the old machine having the...
October 11, 2018 at 11:26 pm
TSV = Tab separated, CSV is comma separated, is this what you mean? It is just a matter of giving extension to a data file.
I have given a different...
October 7, 2018 at 12:42 am
As mentioned earlier, I have to provide a solution in c# application which can accept any source db and can Export data in files format. Then those files can be...
October 5, 2018 at 8:47 pm
Your response drive me to other direction, we used SSIS too. But it is somehow requirement as I asked earlier.
We need to create a separate process as OFFLINE, for...
October 2, 2018 at 11:58 pm
I need to implement some event like this one: wmi
it should be working but it won't
Please see someone has implemented and working, please share it here.
September 7, 2018 at 1:25 am
Following help worked but I still need more activity alerts, like someone granted sysadmin rights, granted db_owner on a database etc.:
https://www.sqlservercentral.com/Forums/1385562/Alerting-when-a-login-is-created?PageIndex=1
July 2, 2018 at 6:42 am
Do I need to run any update on the database server running SQL Server 2008 R2?
You will need to apply the necessary client component fixes on the...
June 25, 2018 at 3:42 am
Viewing 15 posts - 1 through 15 (of 88 total)