Viewing 15 posts - 1,636 through 1,650 (of 59,066 total)
Getting back to this post, if you know how to think and how to write good T-SQL (accurate, performant, well documented with comments, and well formatted for readability),...
March 31, 2023 at 6:04 am
I've just started reading your article, Manie. I don't believe you'll find many experts that would crucify anyone for using a cursor for process control. RBAR process of rows? Yeah,...
March 31, 2023 at 2:36 am
To fix it I had to create the temporary table first with the clustered index then insert the data.
When I said "we", I should have said "they". What you...
March 31, 2023 at 2:06 am
For Jeff, because I was having fun...
Heh... if you want to have some real fun, have someone successfully answer the question...
March 31, 2023 at 12:58 am
I did find a question that it answered mostly correctly...
On the "simple" question of how to combine a DATE and a TIME...
March 30, 2023 at 6:37 am
Wow. Thanks Jason. I seriously had no clue. Like I said, my aim is to help, not collect accolades for a resume but that comment just made...
March 30, 2023 at 6:02 am
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof or...
March 30, 2023 at 5:58 am
I am not sure what the numbers table is.
In SQL Server 2022, it would be the "GENERATE_SERIES()" function.
Hw can I remove the extra lf or cr during or...
March 29, 2023 at 6:20 pm
Thanks everyone. I passed on suggestions up the food chain but they decided to let it run, 7 hours later...........
I agree with the others... they're doing something seriously wrong. ...
March 29, 2023 at 5:50 pm
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof or an article...
March 29, 2023 at 3:51 pm
If you are familiar with SSIS, then use that. According to MS and others, SSIS is actually faster than BCP. Although, I've never fully tested myself. That being said,...
March 28, 2023 at 10:48 pm
Hi,
Kindly some one share the script or query to get the login information used for the sql database in the instance.
InstanceName,DatabaseName,HostName,LoginName,Program,date used etc
Thanks,
Jo
Why? What actual problem are you trying...
March 28, 2023 at 5:49 pm
I am tasked with writing a package to import a series of files. One of the files is 7.4gb and has 229 columns (look I didn't design this). From...
March 28, 2023 at 5:09 pm
Everybody wants to search for things like Google does. Go buy a product that will do this for you in SQL server... it'll be cheaper that you trying to build...
March 28, 2023 at 1:57 am
Viewing 15 posts - 1,636 through 1,650 (of 59,066 total)