Viewing 15 posts - 5,356 through 5,370 (of 26,490 total)
SimonH (4/30/2015)
Contains a procedure that uses 30 + temp tables. I'm currently not in a position to change this as it's...
April 30, 2015 at 8:29 am
dany.fortier (4/30/2015)
YYYY-MM-DD is the format on the DBI try this SELECT ISNULL(MONTH(Anniversaire),''),'', Anniversaire FROM Tbl_RH_Pharmacie but got the same error, Am i doing it correctly &
Try this:
set dateformat mdy;
SELECT...
April 30, 2015 at 8:20 am
Michael Meierruth (4/30/2015)
Eric M Russell (4/30/2015)
Michael Meierruth (4/30/2015)
For easier readability, I always write my hard code dates as 'yyyy-mm-dd'.
99999999 is always assumed by SQL and most programming languages to be...
April 30, 2015 at 8:05 am
At least they rebuild indexes after completing the shrink database. Actually, I don't agree. As DBAs we should be monitoring our databases and ensuring that they have adequate...
April 29, 2015 at 12:41 pm
And can you have some down time to complete the deletion of data?
April 29, 2015 at 9:57 am
planetmatt (4/29/2015)
It's working fine in that if I stop the script, everything up to that point stays...
April 29, 2015 at 9:55 am
mistylove98 (4/28/2015)
April 28, 2015 at 4:45 pm
Eric Prévost (4/28/2015)
In your situation, you can grant permissions on underlying objects in other database to users executing the procedure, or you...
April 28, 2015 at 4:34 pm
webrunner (4/28/2015)
Yes, in this case the code does access different databases. I guess that is the issue. Do you have some general article or web references...
April 28, 2015 at 1:50 pm
Lynn Pettis (4/28/2015)
SQLRNNR (4/28/2015)
Lynn Pettis (4/28/2015)
Lynn Pettis (4/28/2015)
Wow, what some people expect us volunteers.
The OP just PMed me with all the info that had been posted on the forum thread....
April 28, 2015 at 1:43 pm
webrunner (4/28/2015)
I need help with some confusion I have over stored procedures. I have heard that it is a best practice to use stored procedures to encapsulate some SQL...
April 28, 2015 at 1:37 pm
sharonsql2013 (4/28/2015)
Well this helpedhttp://dbaspot.com/ms-sqlserver/371877-how-allow-apostrophes-string-parameters.html
Making the url easier to follow:
http://dbaspot.com/ms-sqlserver/371877-how-allow-apostrophes-string-parameters.html
April 28, 2015 at 1:35 pm
What part is wrong?
The data from the initial query we worked on or from the final query?
Did you ever post expected results based on the 3 lines of sample data...
April 28, 2015 at 1:33 pm
SQLRNNR (4/28/2015)
Lynn Pettis (4/28/2015)
Lynn Pettis (4/28/2015)
Wow, what some people expect us volunteers.
The OP just PMed me with all the info that had been posted on the forum thread. Apparently...
April 28, 2015 at 1:29 pm
Viewing 15 posts - 5,356 through 5,370 (of 26,490 total)