Viewing 15 posts - 31 through 45 (of 1,185 total)
I think the problem is with your assumption that the system is set to have Sunday be the LAST day of the week and NOT the FIRST day.
Try running this...
November 7, 2005 at 6:03 am
Another way to tell is by looking at sp_who2 and look for something that says backing up.....
November 1, 2005 at 1:00 pm
Depending on the amount of data it might even be beneficial to look at taking a BACKUP of your production and RESTORING it on DEV and then running a script...
November 1, 2005 at 10:48 am
It might help you to do research on CUBE building. This might help you get what you want. See BOL
November 1, 2005 at 10:46 am
I know that you have stated you can manipulate items/data using EM. Is this using the same ID "Testing"? Can you get into QA with "Testing" user?
November 1, 2005 at 10:44 am
Why not simply add another column that denotes SENT to Customer. Make it a BIT flag and then everytime you send the report update the BIT to 1. This way...
November 1, 2005 at 6:08 am
Another trick that I use is to create a table to house SQL statements VARCHAR(8000). I string my SQL statement together and then write it to the table. I ONLY...
November 1, 2005 at 6:06 am
Research Using RAND and NEWID in BOL.
October 31, 2005 at 9:59 am
If you are trying to use the UDF like a table why not use something like SELECT * FROM dbo.udf_MyTableFunction?
October 26, 2005 at 7:46 pm
You can write a routine that reads an Access table and then creates TABLEDEFs for the tables and then connects those using an ODBC string that you also wrote in...
October 21, 2005 at 10:45 am
Does SA have the same password on both boxes? Not very familiar with replication so if this is a no-brainer I apologize
October 21, 2005 at 8:00 am
Have you tried opening the .mdmp file with wordpad?
October 21, 2005 at 7:58 am
Nazri,
AFAIK IF you are changing the IDs you will have to create the links the old fashioned way MANUALLY.... unless you can figure out the NEWID and compare it...
October 20, 2005 at 3:13 pm
What we have done here is add the DATETIME of file create to the filename. Inherently, the files are read in the proper order (at least so far (knock on...
October 20, 2005 at 5:54 am
I would take the programming one first, have your company buy you books on SQL 2K and then convince them you need to take Admin class as well....
October 20, 2005 at 5:52 am
Viewing 15 posts - 31 through 45 (of 1,185 total)