Viewing 15 posts - 61 through 75 (of 186 total)
We have triggers to capture the changed data of a table.
March 27, 2015 at 7:42 am
Alvin Ramard (3/19/2015)
You could also do this in multiple data...
March 19, 2015 at 7:42 am
CKX (3/19/2015)
Guras (3/18/2015)
I am using SSIS to bulk insert from a file with more than...
March 19, 2015 at 7:14 am
So I do I get around it any idea?
March 13, 2015 at 1:35 pm
No. I am building the where clause based on the rows for matchId 1 from the table. I want all the matching rows concatenated to a string as the...
March 9, 2015 at 11:54 am
I came across this example. This is exactly what I wanted to do. It works great! I could even leave the MaximumErrorCount property of the Foreach Loop to 0.
Now working...
March 5, 2015 at 10:14 am
I tried this but the connection does not move to the next
public void Main()
{
...
March 4, 2015 at 9:38 am
GilaMonster (2/6/2015)
Altering a table changes the schema version of the table. As part of the pre-execution validation of a cached plan, the schema versions are checked to...
February 6, 2015 at 7:20 am
Thank you that was it the user1 can grant permission to other users now. However we are running into another problem where the GRP1 cannot find the procs created...
January 16, 2015 at 10:09 am
I would take a full backup and a transaction log back up since then and see if the log file size has gone down.
January 14, 2015 at 1:53 pm
What is the recovery model of the MSDB database. Is it in FULL and you are not doing periodic transaction log back up?
January 14, 2015 at 12:28 pm
Thank you!
January 12, 2015 at 12:33 pm
This is what I found out
If an index is created and rows are inserted after the creation of the index the result of dbcc show_statisitics will be empty.
dbcc...
January 12, 2015 at 9:33 am
GRP_USers_1 and GRP_Users_2 is AD groups. Okay creating a role and adding these users to this role is a better option. But what are the downside of going by AD...
January 9, 2015 at 9:46 am
Viewing 15 posts - 61 through 75 (of 186 total)