Viewing 15 posts - 136 through 150 (of 173 total)
When Col C(which is of datatype datetime) in table A is updated from null to some date then insert the data to table B.
November 30, 2015 at 2:50 pm
Here's what my data looks like:
Col A, B and C in table A:
A BC
4460636543NULL
4431076543NULL
3034 1152NULL
4434516543NULL
4405016543NULL
9973 ...
November 30, 2015 at 2:40 pm
Here's the scenario:
I have tableA with columns A,B,C
if in tableA column B has some value other than null
then insert into tableB, so how do I create trigger for this?
November 30, 2015 at 2:24 pm
I am using the script that I found online which gives for mdf and ldf files.
But, how to get total free space for the database?
set nocount on
create table #dbfileInfo(
name...
September 8, 2015 at 11:22 am
Somebody thinks that:
Looks like someone may have changed the Max Conns on the database side. The DBAs would have to review it to increase the Max Pool...
August 10, 2015 at 9:40 am
Thanks you All.
August 4, 2015 at 9:14 am
Actually, I would need to restore on new database full backups and all the logs, what would be the process?
August 3, 2015 at 2:23 pm
I have full backup taken every day at 10 PM and transaction log every 15 mins.
So, the data got deleted around 3:30 PM on Friday.
In order to restore I have...
August 3, 2015 at 11:30 am
But, that would work only for SQL Logins right?And there might be few AD accounts which are not in prod but in test which might have permission to the database.
June 25, 2015 at 3:00 pm
It is irrelevant.
All I need is if it starts with P in one column and if with C then other column.
December 15, 2014 at 6:00 pm
I am able to get till this:
AACaseCCCase
NULL CC-109090
NULL CC-109091
AA-109090 NULL
AA-109091 NULL
Is...
December 11, 2014 at 8:18 am
No, that is what I wanted just the casenumbers. How do I do in sql using unpivot?
December 11, 2014 at 7:23 am
Viewing 15 posts - 136 through 150 (of 173 total)